| 2235 | } |
| 2236 | |
| 2237 | static int updateJemallocBgThread(int val, int prev, const char **err) { |
| 2238 | UNUSED(prev); |
| 2239 | UNUSED(err); |
| 2240 | set_jemalloc_bg_thread(val); |
| 2241 | return 1; |
| 2242 | } |
| 2243 | |
| 2244 | static int updateReplBacklogSize(long long val, long long prev, const char **err) { |
| 2245 | /* resizeReplicationBacklog sets server.repl_backlog_size, and relies on |
nothing calls this directly
no test coverage detected