lbryio / herald.go

MIT License
19 stars 10 forks source link

Make sure UDPServer can run on it's own without anything else. #26

Closed jeffreypicard closed 2 years ago

jeffreypicard commented 2 years ago

Need to add flags to the go code to turn off every else but the UDPServer.

jeffreypicard commented 2 years ago
go run . serve --disable-es --disable-load-peers --disable-start-prometheus --disable-write-peers --disable-federation
jeffreypicard commented 2 years ago

https://github.com/lbryio/hub/pull/24