From 4a90e00a886397d9f4202b78cc8995ed93d40014 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 20 Mar 2024 11:38:56 +0000 Subject: T6143: Increase configuratble timeout range for service config-sync The maximum timeout for the `service config-sync` is 300 seconds (Connection API timeout). It could not be enough for the real massive configurations. Increase the maximum value to 3600 ``` set service config-sync secondary address 192.0.2.1 set service config-sync secondary timeout 3600 ``` --- interface-definitions/service_config-sync.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface-definitions/service_config-sync.xml.in b/interface-definitions/service_config-sync.xml.in index 9e9dcdb69..17f59340d 100644 --- a/interface-definitions/service_config-sync.xml.in +++ b/interface-definitions/service_config-sync.xml.in @@ -38,11 +38,11 @@ Connection API timeout - u32:1-300 + u32:1-3600 Connection API timeout - + 60 -- cgit v1.2.3