docs(gotchas): drop missed Manager-fixed-at-8000 mention (argus on #756)
This commit is contained in:
parent
4526e40a49
commit
9884ac013d
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ collision rate gets meaningful; at 2–3 agents you can still get
|
|||
unlucky. Operator resolves a collision by renaming the offending
|
||||
agent (different hash → different port) and rebuilding. No state
|
||||
file, no probing, no port-allocation drift — the value is
|
||||
reproducible from just the name. Manager is fixed at 8000;
|
||||
reproducible from just the name. Every agent — including the
|
||||
manager — hashes into 8100..8999 via the same FNV-1a since #753;
|
||||
dashboard at `cfg.dashboardPort` (default 7000).
|
||||
|
||||
## Restart races on TCP bind
|
||||
|
|
|
|||
Loading…
Reference in a new issue