mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-08 21:04:14 +00:00
reduce MIN_CORE_FILEDESCRIPTORS again, now that we have a single leveldb for all torrents.
MIN_CORE_FILEDESCRIPTORS can't be much higher because it will limit nMaxConnections.
This commit is contained in:
parent
9233a01d8f
commit
8631460293
@ -8,7 +8,7 @@
|
|||||||
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
|
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
|
||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 9
|
#define CLIENT_VERSION_MINOR 9
|
||||||
#define CLIENT_VERSION_REVISION 03
|
#define CLIENT_VERSION_REVISION 04
|
||||||
#define CLIENT_VERSION_BUILD 0
|
#define CLIENT_VERSION_BUILD 0
|
||||||
|
|
||||||
// Set to true for release, false for prerelease or test build
|
// Set to true for release, false for prerelease or test build
|
||||||
|
@ -51,7 +51,7 @@ CClientUIInterface uiInterface;
|
|||||||
// anyway.
|
// anyway.
|
||||||
#define MIN_CORE_FILEDESCRIPTORS 0
|
#define MIN_CORE_FILEDESCRIPTORS 0
|
||||||
#else
|
#else
|
||||||
#define MIN_CORE_FILEDESCRIPTORS 1000
|
#define MIN_CORE_FILEDESCRIPTORS 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Used to pass flags to the Bind() function
|
// Used to pass flags to the Bind() function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user