From 12486f6ceedf9b3f3ee90c72f4b61c1aef931656 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 9 Mar 2024 11:39:03 +0000 Subject: Tweak the config default limits slightly. --- data/memoserv.example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/memoserv.example.conf') 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"; } -- cgit