comparison mod_pubsub_serverinfo/README.md @ 6110:9db1529c06c2

Merge upstream
author tmolitor <thilo@eightysoft.de>
date Sun, 05 Jan 2025 17:50:02 +0100
parents 25b091cbb471
children 77d565a6df4e
comparison
equal deleted inserted replaced
6109:4cb1cad2badd 6110:9db1529c06c2
48 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default, 48 discovery request to each remote domain. To prevent a continuous flood of disco/info requests, the response to these requests is cached. By default,
49 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option: 49 a cached value will remain in cache for one hour. This duration can be modified by adding this configuration option:
50 50
51 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds 51 pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds
52 52
53 To include the count of active (within the past 30 days) users:
54
55 pubsub_serverinfo_publish_user_count = true
56
57 Enabling this option will automatically load mod_measure_active_users.
58
53 Compatibility 59 Compatibility
54 ============= 60 =============
55 61
56 Incompatible with 0.11 or lower. 62 Incompatible with 0.11 or lower.
57 63