slow log configuration implemented

This commit is contained in:
antirez
2011-06-30 15:47:15 +02:00
parent 63d62eb786
commit 35a6044140
4 changed files with 42 additions and 1 deletions

View File

@ -529,7 +529,7 @@ struct redisServer {
long long stat_fork_time; /* time needed to perform latets fork() */
list *slowlog;
long long slowlog_log_slower_than;
unsigned int slowlog_max_len;
unsigned long slowlog_max_len;
/* Configuration */
int verbosity;
int maxidletime;