diff options
author | Sadie Powell <sadie@witchery.services> | 2023-02-06 17:12:35 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-02-06 17:12:35 +0000 |
commit | f0ad0b4f0a153f9ea28d7f34a6f7fd26b0e28cee (patch) | |
tree | b07d500859c74eaec2724437c3fc16de3c197d1a | |
parent | dc1d9c837b0ca5ae02374ab35b4f7c373f77006b (diff) |
Raise the default session limit from 3 to 5.
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 73c0d500a..9856d5b2d 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -559,7 +559,7 @@ module * * This directive is required if os_session is loaded. */ - defaultsessionlimit = 3 + defaultsessionlimit = 5 /* * The maximum session limit that may be set for a host in an exception. |