diff options
author | linuxdaemon <linuxdaemon.irc@gmail.com> | 2020-05-24 21:56:19 -0400 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-05-25 03:20:37 +0100 |
commit | 8deed905c2f5231a212816034d30581aeac8f845 (patch) | |
tree | 072f76985478c5c89d1d05a0506c7ceef14a4495 /docs/conf | |
parent | 1cb1430c70f224c8be0b1184ee4da1b23e83d0f4 (diff) |
Fix watch example config
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 09d997b32..fbd29ffca 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2342,7 +2342,7 @@ #<module name="watch"> # # Set the maximum number of entries on a user's watch list below. -#<watch maxentries="32"> +#<watch maxwatch="32"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # WebSocket module: Adds HTML5 WebSocket support. |