Diff

mod_pubsub_serverinfo/README.md @ 6059:25b091cbb471

mod_pubsub_serverinfo: Allow including the count of active users in the published info
author Matthew Wild <mwild1@gmail.com>
date Fri, 22 Nov 2024 19:09:10 +0000
parent 6003:fe081789f7b5
line wrap: on
line diff
--- a/mod_pubsub_serverinfo/README.md	Fri Nov 22 19:05:49 2024 +0000
+++ b/mod_pubsub_serverinfo/README.md	Fri Nov 22 19:09:10 2024 +0000
@@ -50,6 +50,12 @@
 
     pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds
 
+To include the count of active (within the past 30 days) users:
+
+    pubsub_serverinfo_publish_user_count = true
+
+Enabling this option will automatically load mod_measure_active_users.
+
 Compatibility
 =============