mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
reduced the default hash table size.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <ccan/htable/htable.h>
|
||||
#include <ccan/hash/hash.h>
|
||||
|
||||
#define MAX_COOKIES(n) ((n>0&&n>2048)?(2*n):4096)
|
||||
#define MAX_COOKIES(n) ((n>0&&n>64)?(2*n):128)
|
||||
|
||||
/* receives allocated data and stores them.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user