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.
|
||||
#define MIN_CORE_FILEDESCRIPTORS 0
|
||||
#else
|
||||
#define MIN_CORE_FILEDESCRIPTORS 150
|
||||
#define MIN_CORE_FILEDESCRIPTORS 1000
|
||||
#endif
|
||||
|
||||
// Used to pass flags to the Bind() function
|
||||
|
Loading…
Reference in New Issue
Block a user