bump NWORK to 2K (from 512)
Required for: https://github.com/curl/curl-www/pull/225
This commit is contained in:

committed by
Daniel Stenberg

parent
761e27e61b
commit
24c1067ba6
2
cppdef.h
2
cppdef.h
@ -251,7 +251,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NWORK
|
#ifndef NWORK
|
||||||
#define NWORK 512
|
#define NWORK (512*4)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NEXP
|
#ifndef NEXP
|
||||||
|
Reference in New Issue
Block a user