]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Add redis-command-timeout: 20 and redis-connect-timeout: 200,
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 17 Sep 2024 11:10:34 +0000 (13:10 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 17 Sep 2024 11:10:34 +0000 (13:10 +0200)
commit5e9b6296b7ab586eaa956f21b98c574967ceb06e
treed65a762627043d13ab3fddaf4796a9696e3edab6
parent606e262fdd96fe558a1f3364a57a8ec3a0733fc7
- Add redis-command-timeout: 20 and redis-connect-timeout: 200,
  that can set the timeout separately for commands and the
  connection set up to the redis server. If they are not
  specified, the redis-timeout value is used.
cachedb/redis.c
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
util/config_file.c
util/config_file.h
util/configlexer.lex
util/configparser.y