Set default re-connect interval back to 30 seconds

See https://github.com/Martchus/syncthingtray/issues/16#issuecomment-932986686
This commit is contained in:
Martchus 2021-10-03 23:05:49 +02:00
parent 98c911b2f8
commit 8261a161ab
1 changed files with 1 additions and 1 deletions

View File

@ -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