aboutsummaryrefslogtreecommitdiff
path: root/docs/_index.json
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-30 19:41:21 +0200
committerGitHub Enterprise <[email protected]>2026-03-30 19:41:21 +0200
commitab55ef66276d16d8bcb5c10ff11635d7359439dc (patch)
treea64f8da941aadd95a617425f8e796eb3ab44b9e9 /docs/_index.json
parentRequest validation and resilience improvements (#864) (diff)
downloadzen-ab55ef66276d16d8bcb5c10ff11635d7359439dc.tar.xz
zen-ab55ef66276d16d8bcb5c10ff11635d7359439dc.zip
add lua config options for all zenhubserver command line options (#904)
- Improvement: Hub server now supports Lua config file for all hub-specific options - `hub.upstreamnotification.*` - upstream notification endpoint and instance ID - `hub.consul.*` - service registration endpoint, token, health interval, deregister timeout - `hub.instance.*` - base port, HTTP class, thread count, core limit, config path - `hub.instance.limits.*` - instance count cap, disk and memory usage limits - `hub.hydration.*` - hydration target spec and config path - `hub.watchdog.*` - cycle timing, inactivity timeouts, and activity check timeouts - Improvement: Added `--hub-instance-base-port-number` as an alias for `--hub-base-port-number`, and `--upstream-notification-instance-id` as an alias for `--instance-id` - Improvement: Added hub mode documentation at docs/hub.md
Diffstat (limited to 'docs/_index.json')
-rw-r--r--docs/_index.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_index.json b/docs/_index.json
index 6dea6a987..2b0046be1 100644
--- a/docs/_index.json
+++ b/docs/_index.json
@@ -4,6 +4,10 @@
"path": "overview.md"
},
{
+ "title": "Hub",
+ "path": "hub.md"
+ },
+ {
"title": "Sessions",
"path": "sessions.md"
},