FireDAC.Stan.Intf.TFDConnectionDefParams.PoolCleanupTimeout
Delphi
property PoolCleanupTimeout: Integer read GetPoolCleanupTimeout write SetPoolCleanupTimeout stored False;
C++
__property int PoolCleanupTimeout = {read=GetPoolCleanupTimeout, write=SetPoolCleanupTimeout, stored=false, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | TFDConnectionDefParams |
Description
Defines how often the pool garbage collector checks pooled connections for expiration.
Specifies the interval between background cleanup operations. The value is in milliseconds, and the default value is 30 seconds.