Scan a maximum of 100MB of each stream.
This commit is contained in:
parent
588e622c96
commit
57c15cd833
|
@ -130,7 +130,7 @@ TCPAddr 0.0.0.0
|
||||||
# Close the connection when the data size limit is exceeded.
|
# Close the connection when the data size limit is exceeded.
|
||||||
# The value should match your MTA's limit for a maximum attachment size.
|
# The value should match your MTA's limit for a maximum attachment size.
|
||||||
# Default: 25M
|
# Default: 25M
|
||||||
StreamMaxLength 1024M
|
StreamMaxLength 100M
|
||||||
|
|
||||||
# Limit port range.
|
# Limit port range.
|
||||||
# Default: 1024
|
# Default: 1024
|
||||||
|
|
Reference in New Issue