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