diff --git a/connector/syncthingconnectionsettings.h b/connector/syncthingconnectionsettings.h index ab2f9d04..4b6988d6 100644 --- a/connector/syncthingconnectionsettings.h +++ b/connector/syncthingconnectionsettings.h @@ -19,7 +19,7 @@ struct LIB_SYNCTHING_CONNECTOR_EXPORT SyncthingConnectionSettings { int trafficPollInterval = 2000; int devStatsPollInterval = 60000; int errorsPollInterval = 30000; - int reconnectInterval = 0; + int reconnectInterval = 30000; QString httpsCertPath; QList expectedSslErrors; bool loadHttpsCert();