cmd/syncthing, lib/config: Remove restartOnWakeup option & functionality (fixes #8448) (#8449)

This commit is contained in:
Jakob Borg
2022-07-26 16:53:10 +02:00
committed by GitHub
parent 1b575b4461
commit a2c5d901f2
6 changed files with 196 additions and 261 deletions
-2
View File
@@ -62,7 +62,6 @@ func TestDefaultValues(t *testing.T) {
NATLeaseM: 60,
NATRenewalM: 30,
NATTimeoutS: 10,
RestartOnWakeup: true,
AutoUpgradeIntervalH: 12,
KeepTemporariesH: 24,
CacheIgnoredFiles: false,
@@ -247,7 +246,6 @@ func TestOverriddenValues(t *testing.T) {
NATLeaseM: 90,
NATRenewalM: 15,
NATTimeoutS: 15,
RestartOnWakeup: false,
AutoUpgradeIntervalH: 24,
KeepTemporariesH: 48,
CacheIgnoredFiles: true,