From f91419f6b3400a6b73f7d2b3c7b8044b6aa490db Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 9 Apr 2021 22:41:00 +1000 Subject: Impl hostinfod, htbt * htbt: Call `htbt_cncp_do_probe()` right after start * hostinfod: impl DB thread --- src/data/hostinfod.conf.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data') diff --git a/src/data/hostinfod.conf.sample b/src/data/hostinfod.conf.sample index 36c577e..fd94c9b 100644 --- a/src/data/hostinfod.conf.sample +++ b/src/data/hostinfod.conf.sample @@ -13,6 +13,7 @@ hostinfod: # key_pw: "" dh: "hostinfod-dh.pem" # max_conn: 0 + # db_q_size: 0 report_int: 60000 sck_op_timeout: 5000 # nb_thread: -- cgit