Increase trial timeout to 2 hours
Former-commit-id: 2614f902e4292c84b9bc473c8d3a5bba9dfdbc2d
This commit is contained in:
parent
1468a96f3a
commit
bb2d27661e
@ -2137,7 +2137,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
|
|||||||
migrateCloseTimedoutSockets();
|
migrateCloseTimedoutSockets();
|
||||||
}
|
}
|
||||||
|
|
||||||
run_with_period(15000) {
|
run_with_period(30000) {
|
||||||
checkTrialTimeout();
|
checkTrialTimeout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1979,7 +1979,7 @@ struct redisServerConst {
|
|||||||
unsigned char uuid[UUID_BINARY_LEN]; /* This server's UUID - populated on boot */
|
unsigned char uuid[UUID_BINARY_LEN]; /* This server's UUID - populated on boot */
|
||||||
|
|
||||||
sds license_key = nullptr;
|
sds license_key = nullptr;
|
||||||
int trial_timeout = 20;
|
int trial_timeout = 120;
|
||||||
int delete_on_evict = false; // Only valid when a storage provider is set
|
int delete_on_evict = false; // Only valid when a storage provider is set
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user