Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-07-14 01:34:38 +0300
committermboelen <michael@cisofy.com>2015-07-14 01:34:38 +0300
commit3caaf0f744dbb7c7fd7f520df60c56ff8d544df9 (patch)
tree30d85e3026de38768e76e02576ad6820ae0c57c9 /default.prf
parentbe9177407b30214dfb3b40befc21d85c75a0e3f4 (diff)
Adjusted connections_max_wait_state
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.prf b/default.prf
index 713070f7..8f79daa5 100644
--- a/default.prf
+++ b/default.prf
@@ -270,8 +270,8 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#
#################################################################################
-# Amount of connections in WAIT state before reporting it as a warning
-#config:connections_max_wait_state:50:
+# Amount of connections in WAIT state before reporting it as a suggestion
+#config:connections_max_wait_state:5000:
# Skip security repository check for Debian based systems
#config:debian_skip_security_repository:yes:
@@ -354,7 +354,7 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
# Provide options to cURL when uploading data. Common options include:
# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
-# --proxy [http://]proxyserver:8080 --> use HTTP/HTTPS proxy
+# --proxy [http://]proxyserver:8080 --> use HTTP/HTTPS proxy
# --socks5 proxyserver:8080 --> use SOCKS proxy
#config:upload_options:-k: