Files
AetherForge/agent/client/syscheck_caps.go
AetherForge 72ae457cca
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Add scale limit constants, stale-agent indexed query, and tests.
Extract fleet caps (128 hosts, sem=16, 250ms coalesce, syscheck=20) into
named constants with Go tests; wire ListStaleOnlineAgents for stale sweeps
instead of full ListAgents scans.
2026-06-07 06:40:12 -07:00

5 lines
127 B
Go

package client
// SyscheckSubnetScanCap limits active /24 host probes during full_sys_check.
const SyscheckSubnetScanCap = 20