Merge branch 'DOH_POOL_SIZE-increase'

* DOH_POOL_SIZE-increase:
  Increase DOH_POOL_SIZE
This commit is contained in:
William S Fulton 2020-05-28 23:04:11 +01:00
commit 558ed0bb71

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. */