Skip to content

Commit 2c06de4

Browse files
committed
set default update interval to 1 day
1 parent 37b2751 commit 2c06de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/setup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Setup {
7373

7474
private:
7575
static constexpr int64_t UNDEFINED_INT = -2; // cannot use -1
76-
static constexpr int64_t DEFAULT_UPDATE_INTERVAL = 3; // 3 days default
76+
static constexpr int64_t DEFAULT_UPDATE_INTERVAL = 1; // 1 day default
7777
static constexpr int64_t DEFAULT_MAX_PROGRAM_AGE = 14; // 2 weeks default
7878
static constexpr int64_t DEFAULT_MAX_PHYSICAL_MEMORY = 1024; // 1 GB
7979

0 commit comments

Comments
 (0)