| 2565 | } |
| 2566 | |
| 2567 | static int updateJemallocBgThread(int val, int prev, const char **err) { |
| 2568 | UNUSED(prev); |
| 2569 | UNUSED(err); |
| 2570 | set_jemalloc_bg_thread(val); |
| 2571 | return 1; |
| 2572 | } |
| 2573 | |
| 2574 | static int updateReplBacklogSize(long long val, long long prev, const char **err) { |
| 2575 | /* resizeReplicationBacklog sets g_pserver->repl_backlog_size, and relies on |
nothing calls this directly
no test coverage detected