Current section

Files

Jump to
poolgirl include poolgirl.hrl
Raw

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).