More generic approach for number of pre-open sockets (Issue #1540)

This commit is contained in:
Miroslav Stampar
2015-11-17 02:45:27 +01:00
parent fd2908336a
commit 58e049a60d
2 changed files with 1 additions and 5 deletions

View File

@@ -466,9 +466,6 @@ ROTATING_CHARS = ('\\', '|', '|', '/', '-')
# Approximate chunk length (in bytes) used by BigArray objects (only last chunk and cached one are held in memory)
BIGARRAY_CHUNK_SIZE = 1024 * 1024
# Maximum number of socket pre-connects
SOCKET_PRE_CONNECT_QUEUE_SIZE = 3
# Only console display last n table rows
TRIM_STDOUT_DUMP_SIZE = 256