Update shaping.toml

Adding data timeout and data dot timeout to the default shaping file.
This commit is contained in:
Mike Hillyer
2023-06-22 11:45:44 -04:00
committed by GitHub
parent 52e6424422
commit 7166b38659
+2
View File
@@ -36,6 +36,8 @@ max_connection_rate = "100/min"
max_deliveries_per_connection = 100
max_message_rate = "100/s"
idle_timeout = "60s"
data_timeout = "30s"
data_dot_timeout = "30s"
enable_tls = "Opportunistic"
consecutive_connection_failures_before_delay = 100