Skip to content

Commit

Permalink
Set default re-connect interval to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed May 1, 2018
1 parent 988765f commit 043d1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/syncthingconnectionsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<QSslError> expectedSslErrors;
bool loadHttpsCert();
Expand Down

0 comments on commit 043d1c0

Please sign in to comment.