fix: don't spam nodes with updates and instead pull the registry on keepalive
This commit is contained in:
parent
7fb90dd1da
commit
476c4b056f
5 changed files with 108 additions and 40 deletions
6
go.mod
6
go.mod
|
|
@ -2,10 +2,12 @@ module git.wzray.com/homelab/hivemind
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/rs/zerolog v1.34.0
|
||||
require (
|
||||
github.com/rs/zerolog v1.34.0
|
||||
github.com/BurntSushi/toml v1.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.6.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue