Browse Source

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.
miguelfreitas
Miguel Freitas 11 years ago
parent
commit
5462a3bf0b
  1. 2
      src/init.cpp

2
src/init.cpp

@ -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…
Cancel
Save