bump up free list and fill count for items. We're thrashing somewhat.

This commit is contained in:
Michael Graff
2000-04-19 17:48:25 +00:00
parent 158ade3c6f
commit acafce24bb

View File

@@ -107,8 +107,8 @@
#define CLEAN_SECONDS 1
#endif
#define FREE_ITEMS 16 /* free count for memory pools */
#define FILL_COUNT 8 /* fill count for memory pools */
#define FREE_ITEMS 64 /* free count for memory pools */
#define FILL_COUNT 16 /* fill count for memory pools */
#define DNS_ADB_INVALIDBUCKET (-1) /* invalid bucket address */