Skip to content

Commit 12ea2e4

Browse files
committed
add -o modern switches to -h
hopefully remembering to update it :P
1 parent 7d137f8 commit 12ea2e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

memcached.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5404,8 +5404,10 @@ static void usage(void) {
54045404
" - watcher_logbuf_size: Size in kilobytes of per-watcher write buffer.\n"
54055405
" - worker_logbuf_Size: Size in kilobytes of per-worker-thread buffer\n"
54065406
" read by background thread. Which is then written to watchers.\n"
5407-
" - modern: Enables 'modern' defaults. See release notes (highly recommended!).\n"
54085407
" - track_sizes: Enable dynamic reports for 'stats sizes' command.\n"
5408+
" - modern: Enables 'modern' defaults. Options that will be default in future.\n"
5409+
" enables: slab_chunk_max:512k,slab_reassign,slab_automove=1,maxconns_fast,\n"
5410+
" hash_algorithm=murmur3,lru_crawler,lru_maintainer\n"
54095411
);
54105412
return;
54115413
}

0 commit comments

Comments
 (0)