1 write to _cleanupWait
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
388
_cleanupWait
= _random.Next(12, 24) * 10 * 1000; // 2-4 minutes in 10 sec intervals
2 references to _cleanupWait
System.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
650
return (new Timer(new TimerCallback(this.CleanupCallback), null,
_cleanupWait
,
_cleanupWait
));