diff --git a/doc/admin-guide-cloud/networking/section_networking_adv_features.xml b/doc/admin-guide-cloud/networking/section_networking_adv_features.xml index 4606d0ca59..d04bd3ac5a 100644 --- a/doc/admin-guide-cloud/networking/section_networking_adv_features.xml +++ b/doc/admin-guide-cloud/networking/section_networking_adv_features.xml @@ -1400,7 +1400,7 @@ state_sync_interval nsx_sync - 120 seconds + 10 seconds Integer; no constraint. Interval in seconds between two run of the synchronization task. If the synchronization task takes more than @@ -1421,7 +1421,7 @@ min_sync_req_delay nsx_sync - 10 seconds + 1 second Integer. Must not exceed state_sync_interval. The value of this option can be tuned according to the observed load diff --git a/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml b/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml index 45ed517987..e6f7871247 100644 --- a/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml +++ b/doc/admin-guide-cloud/networking/section_networking_config-plugins.xml @@ -111,10 +111,9 @@ allow_overlapping_ips = True connection failures: nsx_user = ADMIN_USER_NAME nsx_password = NSX_USER_PASSWORD -req_timeout = NSX_REQUEST_TIMEOUT # (seconds) default 30 seconds -http_timeout = HTTP_REQUEST_TIMEOUT # (seconds) default 10 seconds +http_timeout = HTTP_REQUEST_TIMEOUT # (seconds) default 75 seconds retries = HTTP_REQUEST_RETRIES # default 2 -redirects = HTTP_REQUEST_MAX_REDIRECTS # default 3 +redirects = HTTP_REQUEST_MAX_REDIRECTS # default 2 nsx_controllers = API_ENDPOINT_LIST # comma-separated list To ensure correct operations, the nsx_user user must have administrator credentials on the NSX platform.