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:
Miguel Freitas 2014-01-02 14:21:12 -02:00
parent 6708cec239
commit 5462a3bf0b

View File

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