unbound: use the mini event fallback implementation
Using libevent seems to have high peaks of file descriptor use, which can cause failure to create fds in other parts of bitmonerod. The fallback implementation seems to run fine in a significantly tighter file descriptor limit.
This commit is contained in:
parent
4e138a02df
commit
3c10239327
3
external/unbound/config.h.cmake.in
vendored
3
external/unbound/config.h.cmake.in
vendored
@ -575,7 +575,8 @@
|
||||
#cmakedefine USE_GOST
|
||||
|
||||
/* Define if you want to use internal select based events */
|
||||
#cmakedefine USE_MINI_EVENT
|
||||
/* #cmakedefine USE_MINI_EVENT */
|
||||
#define USE_MINI_EVENT 1
|
||||
|
||||
/* Define this to enable SHA256 and SHA512 support. */
|
||||
#cmakedefine USE_SHA2
|
||||
|
Loading…
Reference in New Issue
Block a user