|
|
@@ -51,7 +51,7 @@ func TestDefaultValues(t *testing.T) {
|
|
|
RestartOnWakeup: true,
|
|
|
AutoUpgradeIntervalH: 12,
|
|
|
KeepTemporariesH: 24,
|
|
|
- CacheIgnoredFiles: true,
|
|
|
+ CacheIgnoredFiles: false,
|
|
|
ProgressUpdateIntervalS: 5,
|
|
|
SymlinksEnabled: true,
|
|
|
LimitBandwidthInLan: false,
|
|
|
@@ -180,7 +180,7 @@ func TestOverriddenValues(t *testing.T) {
|
|
|
RestartOnWakeup: false,
|
|
|
AutoUpgradeIntervalH: 24,
|
|
|
KeepTemporariesH: 48,
|
|
|
- CacheIgnoredFiles: false,
|
|
|
+ CacheIgnoredFiles: true,
|
|
|
ProgressUpdateIntervalS: 10,
|
|
|
SymlinksEnabled: false,
|
|
|
LimitBandwidthInLan: true,
|