aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/defaults.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-07-16 01:51:04 +0000
committerLaurent Bercot <ska@appnovation.com>2024-07-16 01:51:04 +0000
commitd1c4602f80e395d1d6ab0453b8f0a6cc10aefadf (patch)
tree9e1410955b66e99d2284b0baa207d32264669716 /src/config/defaults.c
parent8b435b76d68dd8f11808f0cff4d8998d2be48f4c (diff)
downloadshibari-d1c4602f80e395d1d6ab0453b8f0a6cc10aefadf.tar.gz
Refactor dcache, add prep for shibari-cache
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/defaults.c')
-rw-r--r--src/config/defaults.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.c b/src/config/defaults.c
index 14fce76..d4ff2a8 100644
--- a/src/config/defaults.c
+++ b/src/config/defaults.c
@@ -18,6 +18,7 @@ struct defaults_s
static struct defaults_s const defaults[] =
{
RECU32("G:logv", 1),
+ RECU32("G:maxtcp", 256),
REC("G:listen4", "\0\0\0\0\0\35", 6),
REC("G:listen6", "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\35", 18),