mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
added a newline for code readability
This commit is contained in:
parent
297322481d
commit
4f06867afe
@ -575,6 +575,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
|
||||
* in objects at every object access, and accuracy is not needed.
|
||||
* To access a global var is faster than calling time(NULL) */
|
||||
server.unixtime = time(NULL);
|
||||
|
||||
/* We have just 22 bits per object for LRU information.
|
||||
* So we use an (eventually wrapping) LRU clock with 10 seconds resolution.
|
||||
* 2^22 bits with 10 seconds resoluton is more or less 1.5 years.
|
||||
|
Loading…
x
Reference in New Issue
Block a user