diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-01-06 19:28:19 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-01-06 19:28:19 +0100 |
commit | dea3aaa2d9af70e1ab018a1d33febd9e7ad64a6b (patch) | |
tree | 9be7fc344783345e5c91f0218fc4df05b419fb84 /docs/conf/modules.conf.example | |
parent | 019019a00deab2d18ba9a6188636ef418e19113b (diff) |
Add m_monitor which implements the MONITOR command and notifications
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index aef45106c..d6d55ec7a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1150,6 +1150,14 @@ #<module name="modenotice"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Monitor module: Adds support for MONITOR which is used by clients to +# maintain notify lists. +#<module name="monitor"> +# +# Set the maximum number of entries on a user's monitor list below. +#<monitor maxentries="30"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MsSQL module: Allows other SQL modules to access MS SQL Server # through a unified API. # This module is in extras. Re-run configure with: |