We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b2751 commit 2c06de4Copy full SHA for 2c06de4
src/include/setup.hpp
@@ -73,7 +73,7 @@ class Setup {
73
74
private:
75
static constexpr int64_t UNDEFINED_INT = -2; // cannot use -1
76
- static constexpr int64_t DEFAULT_UPDATE_INTERVAL = 3; // 3 days default
+ static constexpr int64_t DEFAULT_UPDATE_INTERVAL = 1; // 1 day default
77
static constexpr int64_t DEFAULT_MAX_PROGRAM_AGE = 14; // 2 weeks default
78
static constexpr int64_t DEFAULT_MAX_PHYSICAL_MEMORY = 1024; // 1 GB
79
0 commit comments