Skip to content

Commit abf98ac

Browse files
ralf401derpixler
andauthored
Fixes #826 - Add http timeout variables
Co-authored-by: René Reimann <rr@zammad.com>
1 parent 2500232 commit abf98ac

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

appendix/environment-variables.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,26 @@ ZAMMAD_PROCESS_DELAYED_JOBS_WORKER_THREADS
413413
one worker process, it gets multiplied). The maximum number of
414414
threads is ``16``.
415415

416+
HTTP Client Settings
417+
--------------------
418+
419+
Global HTTP timeout settings. These variables control the default timeout
420+
behavior for Zammad's internal HTTP client when connecting to external services
421+
(e.g. OAuth providers, webhooks, or integrations).
422+
423+
ZAMMAD_HTTP_OPEN_TIMEOUT
424+
Default: ``30``
425+
426+
Defines the maximum time in seconds to wait for a connection to be
427+
established with a remote server (e.g. if you have a slow connection).
428+
429+
ZAMMAD_HTTP_READ_TIMEOUT
430+
Default: ``60``
431+
432+
Defines the maximum time in seconds to wait for a response after a connection
433+
has been established (e.g. if you have a slow connection or slow response
434+
times on external side).
435+
416436
.. |package| image:: /images/package.svg
417437
:height: 24px
418438
:width: 24px

0 commit comments

Comments
 (0)