mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 15:27:57 +00:00
increase number of file descriptors as discussed in #24
the original value was ok for bitcoin only but now we also need fd's for libtorrent.
This commit is contained in:
parent
6708cec239
commit
5462a3bf0b
@ -51,7 +51,7 @@ CClientUIInterface uiInterface;
|
|||||||
// anyway.
|
// anyway.
|
||||||
#define MIN_CORE_FILEDESCRIPTORS 0
|
#define MIN_CORE_FILEDESCRIPTORS 0
|
||||||
#else
|
#else
|
||||||
#define MIN_CORE_FILEDESCRIPTORS 150
|
#define MIN_CORE_FILEDESCRIPTORS 1000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Used to pass flags to the Bind() function
|
// Used to pass flags to the Bind() function
|
||||||
|
Loading…
Reference in New Issue
Block a user