Increase DOH_POOL_SIZE

Increase DOH_POOL_SIZE to 2^22.

Addresses GH-1775.
This commit is contained in:
Zackery Spytz 2020-04-18 09:57:20 -06:00
commit 3b0db10aa4

View file

@ -15,7 +15,7 @@
#include "dohint.h"
#ifndef DOH_POOL_SIZE
#define DOH_POOL_SIZE 16384
#define DOH_POOL_SIZE 4194304
#endif
/* Checks stale DOH object use - will use a lot more memory as pool memory is not re-used. */