mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
IO performances greatly improved under high writes load
This commit is contained in:
@ -125,6 +125,10 @@
|
||||
#define REDIS_IO_LOADINPROG 4
|
||||
#define REDIS_IO_SAVEINPROG 8
|
||||
|
||||
/* Generic IO flags */
|
||||
#define REDIS_IO_ONLYLOADS 1
|
||||
#define REDIS_IO_ASAP 2
|
||||
|
||||
#define REDIS_MAX_COMPLETED_JOBS_PROCESSED 1
|
||||
#define REDIS_THREAD_STACK_SIZE (1024*1024*4)
|
||||
|
||||
|
Reference in New Issue
Block a user