Commit aa42c9a7 authored by antirez's avatar antirez
Browse files

Removed a stupid overriding of config values due to a wrong cut&paste

parent a97b9060
...@@ -6484,9 +6484,6 @@ static sds genRedisInfoString(void) { ...@@ -6484,9 +6484,6 @@ static sds genRedisInfoString(void) {
int j; int j;
char hmem[64]; char hmem[64];
server.hash_max_zipmap_entries = REDIS_HASH_MAX_ZIPMAP_ENTRIES;
server.hash_max_zipmap_value = REDIS_HASH_MAX_ZIPMAP_VALUE;
bytesToHuman(hmem,zmalloc_used_memory()); bytesToHuman(hmem,zmalloc_used_memory());
info = sdscatprintf(sdsempty(), info = sdscatprintf(sdsempty(),
"redis_version:%s\r\n" "redis_version:%s\r\n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment