mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-15 16:07:10 +03:00
Fixed mlogc global mutex locking issue (MODSEC-20 and maybe MODSEC-47).
Increased default mlogc StartupDelay to 5000 ms. Added more verbose debugging to mlogc error log level 4 and 5.
This commit is contained in:
@@ -72,7 +72,7 @@ TransactionDelay 50
|
||||
# The time to wait before initialization on startup in milliseconds.
|
||||
# Increase if mlogc is starting faster then termination when the
|
||||
# sensor is reloaded.
|
||||
StartupDelay 1000
|
||||
StartupDelay 5000
|
||||
|
||||
# How often is the pending audit log entry data going to be written
|
||||
# to a file. The default is 15 seconds.
|
||||
|
||||
Reference in New Issue
Block a user