mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T45, Ref T28 set default consolidation time
(which also is supposed to solve timeout issue)
This commit is contained in:
@@ -97,7 +97,7 @@ namespace BlackGui
|
||||
static bool isValid(const int &valueInSeconds) { return valueInSeconds == -1 || (valueInSeconds >= minSecs() && valueInSeconds <= maxSecs()); }
|
||||
|
||||
//! Default, not consolidating
|
||||
static const int &defaultValue() { static const int i = -1; return i; }
|
||||
static const int &defaultValue() { static const int i = 240; return i; }
|
||||
|
||||
//! Minimum
|
||||
static int minSecs() { return 60; }
|
||||
|
||||
Reference in New Issue
Block a user