mirror of
https://github.com/fluencelabs/redis
synced 2025-04-08 18:38:04 +00:00
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
commit
5bbb00fbb4
@ -1110,7 +1110,7 @@ void configSetCommand(client *c) {
|
|||||||
} config_set_numerical_field(
|
} config_set_numerical_field(
|
||||||
"slowlog-max-len",ll,0,LLONG_MAX) {
|
"slowlog-max-len",ll,0,LLONG_MAX) {
|
||||||
/* Cast to unsigned. */
|
/* Cast to unsigned. */
|
||||||
server.slowlog_max_len = (unsigned)ll;
|
server.slowlog_max_len = (unsigned long)ll;
|
||||||
} config_set_numerical_field(
|
} config_set_numerical_field(
|
||||||
"latency-monitor-threshold",server.latency_monitor_threshold,0,LLONG_MAX){
|
"latency-monitor-threshold",server.latency_monitor_threshold,0,LLONG_MAX){
|
||||||
} config_set_numerical_field(
|
} config_set_numerical_field(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user