mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:47:47 +00:00
UI: Options: Schedule: Fix retry seconds
This commit is contained in:
parent
cf8d581326
commit
4d9f10baca
@ -26,7 +26,7 @@
|
||||
namespace {
|
||||
|
||||
const std::array taskIntervalHourValues = { 3, 1, 6, 12, 24, 24 * 7, 24 * 30 };
|
||||
const std::array taskRetrySecondsValues = { 3, 1, 20, 60, 2 * 60, 5 * 60, 10 * 60 };
|
||||
const std::array taskRetrySecondsValues = { 10, 3, 20, 60, 2 * 60, 5 * 60, 10 * 60 };
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user