debug some problems. If non zero, this value is the number of microseconds waited before actually executing each query.
Connection.executionSlowdown
uint executionSlowdown() @property nothrowGet executionSlowdown property.
Returns
Artificially slows down the execution of queries. This property can be used to
void executionSlowdown(uint propval) @property nothrowSet executionSlowdown property.
Parameters
propval | Artificially slows down the execution of queries. This property can be used to debug some problems. If non zero, this value is the number of microseconds waited before actually executing each query. |