We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d22dfe commit cbd925bCopy full SHA for cbd925b
SushitrainCore/src/sushitrain.go
@@ -532,6 +532,8 @@ func (clt *Client) Start(resetDeltaIdxs bool) error {
532
ProfilerAddr: "",
533
ResetDeltaIdxs: resetDeltaIdxs,
534
Verbose: false,
535
+ // Syncthing default is 8h, we'll do 24h as mobile devices are likely on the charger once a day only
536
+ DBMaintenanceInterval: time.Hour * time.Duration(24),
537
}
538
539
// Load database
0 commit comments