diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-09 11:39:03 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-09 11:43:38 +0000 |
commit | 12486f6ceedf9b3f3ee90c72f4b61c1aef931656 (patch) | |
tree | 6595b82274a75d15c05187460dcfa65bd58e56a8 /data/memoserv.example.conf | |
parent | 891375baca44d1b18e60505ecf6ae52bf2c46e29 (diff) |
Tweak the config default limits slightly.
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r-- | data/memoserv.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 9f07ec424..0d1aebdb2 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -83,7 +83,7 @@ module * * This directive is optional, but recommended. */ - senddelay = 3s + senddelay = 30s } /* @@ -146,7 +146,7 @@ module * * This directive is optional. */ - max = 32 + max = 50 } command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; } |