syncthing/cmd/stdiscosrv
Jakob Borg b49f535834 cmd/stdiscorv: Fix database test (fixes #8828)
The problem was that a statistics/cleanup run is triggered when the
database started and runs concurrently with the test. That cleanup run
removes old entries without valid addresses, and one of the test objects
matched this. The test object would thus randomly be removed in the
middle of the test, causing a failure. This fixes it so the object looks
recent when the cleaner-upper looks, and also uses a RAM database
(faster).
2023-03-24 09:15:12 +01: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 all: Unused parameter should be replaced by underscore (#8464) 2022-07-28 17:17:29 +02:00
apisrv_test.go lib/connections: Try TCP punchthrough (fixes #4259) (#5753) 2020-06-16 09:17:07 +02:00
database.go cmd/stdiscorv: Fix database test (fixes #8828) 2023-03-24 09:15:12 +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 cmd/stdiscorv: Fix database test (fixes #8828) 2023-03-24 09:15:12 +01:00
main.go cmd/stdiscosrv: Don't start replication listener without peers (fixes #8143) (#8144) 2022-01-27 09:36:54 +01:00
replication.go all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
stats.go all: Minor deprecation updates 2022-07-28 17:54:12 +02:00

README.md

stdiscosrv

This is the global discovery server for the syncthing project.

Usage

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