Skip to content

Commit 558ed0b

Browse files
committed
Merge branch 'DOH_POOL_SIZE-increase'
* DOH_POOL_SIZE-increase: Increase DOH_POOL_SIZE
2 parents f68d0c6 + 3b0db10 commit 558ed0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DOH/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "dohint.h"
1616

1717
#ifndef DOH_POOL_SIZE
18-
#define DOH_POOL_SIZE 16384
18+
#define DOH_POOL_SIZE 4194304
1919
#endif
2020

2121
/* Checks stale DOH object use - will use a lot more memory as pool memory is not re-used. */

0 commit comments

Comments
 (0)