syncthing/cmd/stdiscosrv
Thomas aa559bf496
all: Use Linux container CPU quota (fixes #9357, fixes #9435) (#9436)
Go is not cgroup aware and by default will set GOMAXPROCS to the number
of available threads, regardless of whether it is within the allocated
quota. This behaviour causes high amount of CPU throttling and degraded
application performance.
2024-02-26 12:23:14 +00:00
..
etc etc: Fix misleading comment in discosrv options file (#6258) 2020-01-06 22:43:41 +00:00
scripts build, etc: Add systemd units and ufw rules for relay and discovery (fixes #5115) (#5350) 2019-08-08 18:04:52 +02:00
README.md build: Packaging for stdiscosrv 2018-01-16 20:46:48 +01:00
apisrv.go cmd/stdiscosrv: Metric for returned retry-after 2023-11-08 12:18:59 +01:00
apisrv_test.go cmd/stdiscosrv: Prevent nil IPs from X-Forwarded-For (fixes #9189) (#9190) 2023-11-08 11:10:23 +00:00
database.go cmd/stdiscosrv: Account IPv4 & IPv6 2023-11-08 12:18:59 +01:00
database.pb.go all: Regenerate proto (#7696) 2021-05-19 13:30:20 +02:00
database.proto all: Update protobuf package 1.0.0 -> 1.2.0 (#5452) 2019-01-14 11:53:36 +01:00
database_test.go all: Support multiple device connections (fixes #141) (#8918) 2023-09-06 12:52:01 +02:00
main.go all: Use Linux container CPU quota (fixes #9357, fixes #9435) (#9436) 2024-02-26 12:23:14 +00:00
replication.go cmd/stdiscosrv: Slightly tweak replication settings 2023-10-04 14:15:00 +02:00
stats.go cmd/stdiscorv: Expose build info in metrics 2023-11-14 09:31:53 +01:00

README.md

stdiscosrv

This is the global discovery server for the syncthing project.

Usage

https://docs.syncthing.net/users/stdiscosrv.html