mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O
performance (Stefan Meier) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1646 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
8d0e8a652f
commit
b6a9796625
2 changed files with 2 additions and 1 deletions
|
|
@ -212,3 +212,4 @@ Ville Mattila
|
|||
Lars Stavholm
|
||||
Enrico Scholz
|
||||
Marlo Bell
|
||||
Stefan Meier
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ enum {
|
|||
|
||||
enum {
|
||||
DEFAULT_SOCKET_TIMEOUT = 10, /* timeout after 10 seconds */
|
||||
MAX_INPUT_BUFFER = 1024, /* max size of most buffers we use */
|
||||
MAX_INPUT_BUFFER = 8192, /* max size of most buffers we use */
|
||||
MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue