Skip to content

Commit

Permalink
Set default re-connect interval back to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Oct 3, 2021
1 parent 98c911b commit 8261a16
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 @@ -47,7 +47,7 @@ struct LIB_SYNCTHING_CONNECTOR_EXPORT SyncthingConnectionSettings {
static constexpr int defaultTrafficPollInterval = 5000;
static constexpr int defaultDevStatusPollInterval = 60000;
static constexpr int defaultErrorsPollInterval = 30000;
static constexpr int defaultReconnectInterval = 0;
static constexpr int defaultReconnectInterval = 30000;
};
} // namespace Data

Expand Down

0 comments on commit 8261a16

Please sign in to comment.