From 7166b386598a00261a8ca35bf44c7151ced97807 Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Thu, 22 Jun 2023 11:45:44 -0400 Subject: [PATCH] Update shaping.toml Adding data timeout and data dot timeout to the default shaping file. --- assets/policy-extras/shaping.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/policy-extras/shaping.toml b/assets/policy-extras/shaping.toml index 126dfca0..6c991f7e 100644 --- a/assets/policy-extras/shaping.toml +++ b/assets/policy-extras/shaping.toml @@ -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