|
|
@ -16,8 +16,8 @@ http_profile = 9320 |
|
|
|
# runtime.GOMAXPROCS, 0 means use cpu core number: runtime.NumCPU() |
|
|
|
# runtime.GOMAXPROCS, 0 means use cpu core number: runtime.NumCPU() |
|
|
|
ncpu = 0 |
|
|
|
ncpu = 0 |
|
|
|
|
|
|
|
|
|
|
|
# parallel routines number used in RDB file syncing. |
|
|
|
# parallel routines number used in RDB file syncing. default is 64. |
|
|
|
parallel = 4 |
|
|
|
parallel = 32 |
|
|
|
|
|
|
|
|
|
|
|
# input RDB file. read from stdin, default is stdin ('/dev/stdin'). |
|
|
|
# input RDB file. read from stdin, default is stdin ('/dev/stdin'). |
|
|
|
# used in `decode` and `restore`. |
|
|
|
# used in `decode` and `restore`. |
|
|
|