summaryrefslogtreecommitdiff
path: root/mailremind.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mailremind.ini')
-rw-r--r--mailremind.ini8
1 files changed, 7 insertions, 1 deletions
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