Skip to content

Commit

Permalink
Remove redundant comment about DefaultRemotePollInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Feb 23, 2022
1 parent 8284d21 commit 27fd540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/configfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const QString moveToTrashC() { return QStringLiteral("moveToTrash"); }
}

QString ConfigFile::_confDir = QString();
const std::chrono::seconds DefaultRemotePollInterval { 30 }; // default remote poll time in seconds
const std::chrono::seconds DefaultRemotePollInterval { 30 };

static chrono::milliseconds millisecondsValue(const QSettings &setting, const QString &key,
chrono::milliseconds defaultValue)
Expand Down

0 comments on commit 27fd540

Please sign in to comment.