From d81063cc7986234a6b6276560fbd054a538d25cb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 12 Sep 2013 23:40:28 +0200 Subject: Made jobsLimit and maxSchedules configurable --- mailremind.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mailremind.ini') diff --git a/mailremind.ini b/mailremind.ini index eb498d7..a4be249 100644 --- a/mailremind.ini +++ b/mailremind.ini @@ -28,4 +28,10 @@ arg2=kch42 [schedules] # How often should the schedules be checked? Unit is seconds. -checkInterval=30 \ No newline at end of file +checkInterval=30 + +[limits] +# How many schedules? MUST be > 0 +schedules=10 +# How many jobs per user? If < 0, unlimited. +jobs=100 \ No newline at end of file -- cgit v1.2.3-54-g00ecf