Current section
Files
Jump to
Current section
Files
include/poolgirl.hrl
-define(INITIAL_SIZE, 5).
-define(CHUNK_SIZE, 10).
-define(MAX_AGE, 120000).
-define(CLEAN_INTERVAL, 60000).
-define(MAX_SIZE, infinity).
-define(RETRY_INTERVAL, 100).
-define(MAX_RETRY, 0).
-define(AUTOSTART_POOL, false).
-define(ALLOW_EMPTY_POOL, false).
-define(WORKER_TIMEOUT, 5000).