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:
moneromooo-monero 2015-08-30 15:21:24 +01:00
parent 4e138a02df
commit 3c10239327
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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