From 0b79daf7fec9073a45cee4456be8ccd63c034728 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 15 Feb 2024 16:17:14 +0100 Subject: [PATCH] - fast-reload, small documentation entry in unbound-control -h output. --- smallapp/unbound-control.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index c4f730061..5e88e8083 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -109,6 +109,10 @@ usage(void) printf(" That means the caches sizes and\n"); printf(" the number of threads must not\n"); printf(" change between reloads.\n"); + printf(" fast_reload reloads the server but only briefly stops\n"); + printf(" server processing, keeps cache, and only\n"); + printf(" changes some options, like forwards\n"); + printf(" and stubs.\n"); printf(" stats print statistics\n"); printf(" stats_noreset peek at statistics\n"); #ifdef HAVE_SHMGET -- 2.47.2