Compare commits

...
Author SHA1 Message Date
Ondřej Surý 92d61a9854 fixup! EXP: Reduce astack default sizes 2024-06-18 10:56:14 +02:00
Ondřej Surý 4eea14d25e EXP: Reduce astack default sizes 2024-06-18 10:23:13 +02:00
+2 -2
View File
@@ -49,8 +49,8 @@
* How many isc_nmhandles and isc_nm_uvreqs will we be
* caching for reuse in a socket.
*/
#define ISC_NM_HANDLES_STACK_SIZE 600
#define ISC_NM_REQS_STACK_SIZE 600
#define ISC_NM_HANDLES_STACK_SIZE 64
#define ISC_NM_REQS_STACK_SIZE 64
/*%
* Shortcut index arrays to get access to statistics counters.