diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-08-20 18:12:37 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-08-20 18:12:37 +0000 |
| commit | 45c04a53fb9fbefe4dd86514c7563b4af1961dfb (patch) | |
| tree | 4e90eed434b9292e405245d5394e9a9f3e3a3c46 /src/config/defaults.c | |
| parent | 1360696c2d6ed7083a71979c8382c9d34df12cf0 (diff) | |
| download | shibari-45c04a53fb9fbefe4dd86514c7563b4af1961dfb.tar.gz | |
Add a lot of stuff, disable shibari-cache build for now
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/defaults.c')
| -rw-r--r-- | src/config/defaults.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/defaults.c b/src/config/defaults.c index 12e404a..bd9dea2 100644 --- a/src/config/defaults.c +++ b/src/config/defaults.c @@ -22,9 +22,10 @@ static struct defaults_s const defaults[] = RECU16("G:logv", 1), RECU64("G:cachesize", 1048576ull), RECU16("G:maxtcp", 64), - RECU16("G:maxqueries", 256), + RECU16("G:maxtasks", 256), RECU32("G:rtimeout", 0), RECU32("G:wtimeout", 0), + RECU32("G:qtimeout", 0), REC("G:listen4", "\177\0\0\1", 4), REC("G:listen6", "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1", 16), |
