blob: 9d554da9d4eeae1c6a54ecaed2fc8a793c668c95 [file] [log] [blame]
# Define the Decanter simple scheduler period
period=5000
# scheduler thread pool
# The time to wait before stopping an idle thread (in millesecond)
# Default is 1 minute
threadIdleTimeout=60000
# Initial number of threads created by the scheduler
# Default is 5
threadInitCount=5
# Maximum number of threads created by the scheduler
# Default is 200
threadMaxCount=200