From 9361492b41918980f5f53de5cc25882958d20e36 Mon Sep 17 00:00:00 2001
From: Peter Powell <petpow@saberuk.com>
Date: Sun, 9 Dec 2018 02:12:46 +0000
Subject: Raise the default max number of ACCEPT entries from 16 to 30.

---
 docs/conf/modules.conf.example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs/conf/modules.conf.example')

diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index f2e1d9e89..a5fe73948 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -288,14 +288,14 @@
 #
 #-#-#-#-#-#-#-#-#-#-#- CALLERID  CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#
 # maxaccepts     - Maximum number of entries a user can add to his    #
-#                  /ACCEPT list. Default is 16 entries.               #
+#                  /ACCEPT list. Default is 30 entries.               #
 # tracknick      - Preserve /accept entries when a user changes nick? #
 #                  If no (the default), the user is removed from      #
 #                  everyone's accept list if he changes nickname.     #
 # cooldown       - Amount of time that must pass since the last       #
 #                  notification sent to a user before he can be sent  #
 #                  another. Default is 1 minute.                      #
-#<callerid maxaccepts="16"
+#<callerid maxaccepts="30"
 #          tracknick="no"
 #          cooldown="1m">
 
-- 
cgit v1.2.3