From 24c1067ba6771a047c0bf405cb8e0ba83e453eb5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats <commit@vsz.me> Date: Mon, 1 Apr 2024 12:05:27 +0000 Subject: [PATCH] bump NWORK to 2K (from 512) Required for: https://github.com/curl/curl-www/pull/225 --- cppdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppdef.h b/cppdef.h index 1300643..fdca061 100644 --- a/cppdef.h +++ b/cppdef.h @@ -251,7 +251,7 @@ #endif #ifndef NWORK -#define NWORK 512 +#define NWORK (512*4) #endif #ifndef NEXP