mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
/* Static server configuration */
|
||||
#define REDIS_DEFAULT_HZ 10 /* Time interrupt calls/sec. */
|
||||
#define REDIS_MIN_HZ 1
|
||||
#define REDIS_MAX_HZ 500
|
||||
#define REDIS_MAX_HZ 500
|
||||
#define REDIS_SERVERPORT 6379 /* TCP port */
|
||||
#define REDIS_TCP_BACKLOG 511 /* TCP listen backlog */
|
||||
#define REDIS_MAXIDLETIME 0 /* default client timeout: infinite */
|
||||
|
Reference in New Issue
Block a user