Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,18 @@ This setting applies only when :ref:`Enable dynamic client registration <adminis
.. config:setting:: integration-request-timeout
:displayname: Integration request timeout (Integrations)
:systemconsole: Integrations > Integration Management
:configjson: .ServiceSettings.OutgoingIntegrationRequestsDefaultTimeout
:environment: MM_SERVICESETTINGS_OUTGOINGINTEGRATIONREQUESTDEFAULTTIMEOUT
:description: The number of seconds to wait for external integration HTTP requests, before timing out. Default value is **3 seconds**.
:configjson: .ServiceSettings.OutgoingIntegrationRequestsTimeout
:environment: MM_SERVICESETTINGS_OUTGOINGINTEGRATIONREQUESTSTIMEOUT
:description: The number of seconds to wait for external integration HTTP requests before timing out. Default value is **30 seconds**.

Integration request timeout
~~~~~~~~~~~~~~~~~~~~~~~~~~~

The number of seconds to wait for external integration HTTP requests, before timing out, including `custom slash commands <https://developers.mattermost.com/integrate/slash-commands/custom/>`_, `outgoing webhooks <https://developers.mattermost.com/integrate/webhooks/outgoing/>`_, `interactive messages <https://developers.mattermost.com/integrate/plugins/interactive-messages/>`_, and `interactive dialogs <https://developers.mattermost.com/integrate/plugins/interactive-dialogs/>`_. Increase this value if you have external integrations that can take some time to generate an HTTP response, or experience delayed responses due to latency.
The number of seconds to wait for external integration HTTP requests before timing out, including `custom slash commands <https://developers.mattermost.com/integrate/slash-commands/custom/>`_, `outgoing webhooks <https://developers.mattermost.com/integrate/webhooks/outgoing/>`_, `interactive messages <https://developers.mattermost.com/integrate/plugins/interactive-messages/>`_, and `interactive dialogs <https://developers.mattermost.com/integrate/plugins/interactive-dialogs/>`_. Increase this value if you have external integrations that can take some time to generate an HTTP response, or experience delayed responses due to latency.

+------------------------------------------------------------------------------------------------+
| This feature's ``config.json`` setting is ``"OutgoingIntegrationRequestsDefaultTimeout": 3``. |
+------------------------------------------------------------------------------------------------+
+---------------------------------------------------------------------------------------------+
| This feature's ``config.json`` setting is ``"OutgoingIntegrationRequestsTimeout": 30``. |
+---------------------------------------------------------------------------------------------+

.. config:setting:: enable-integrations-to-override-usernames
:displayname: Enable integrations to override usernames (Integrations)
Expand Down
Loading