bump NWORK to 2K (from 512)

Required for: https://github.com/curl/curl-www/pull/225
This commit is contained in:
Viktor Szakats 2024-04-01 12:05:27 +00:00 committed by Daniel Stenberg
parent 761e27e61b
commit 24c1067ba6

View File

@ -251,7 +251,7 @@
#endif
#ifndef NWORK
#define NWORK 512
#define NWORK (512*4)
#endif
#ifndef NEXP