1 |
cycle.period=5 |
set the cycle period for cycle process to sleep before waking up |
2 |
cycle.batchSize=2000 |
The maximum number of cycle tasks that can be logged with the thread executor.
This number, plus the thread count, gives us the maximum number of tasks that can
be checked out for processing.
|
3 |
cycle.groupSize=100 |
The maximum number of tasks to be grouped together for execution. |
4 |
application.resourceCacheTimeout=-1 |
Time to cache translations, in minutes, before checking data source for updates.
Which should be set to 'never'
|
5 |
application.mode=PRODUCTION |
application mode is to be set to PRODUCTION |
6 |
debug.remoteDebugging=No |
remote debugging should be turned off |