diff options
Diffstat (limited to 'include/fdlist.h')
-rw-r--r-- | include/fdlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fdlist.h b/include/fdlist.h index 06313ec..cc36896 100644 --- a/include/fdlist.h +++ b/include/fdlist.h @@ -92,7 +92,7 @@ typedef struct _fde { struct _fde *hnext; } fde_t; -#define FD_HASH_SIZE CLIENT_HEAP_SIZE +#define FD_HASH_SIZE 1024 extern int number_fd; extern int hard_fdlimit; |