Skip to content
Snippets Groups Projects
  • ale's avatar
    c165311f
    Let the configuration override connection and max request timeouts · c165311f
    ale authored
    Add the 'connect_timeout' and 'request_max_timeout' configuration
    fields, to control respectively the initial connection timeout, and
    the maximum time for each individual request. This allows fine-tuning
    of the expected performance of specific backends, for example to let
    optional backends fail fast.
    c165311f
    History
    Let the configuration override connection and max request timeouts
    ale authored
    Add the 'connect_timeout' and 'request_max_timeout' configuration
    fields, to control respectively the initial connection timeout, and
    the maximum time for each individual request. This allows fine-tuning
    of the expected performance of specific backends, for example to let
    optional backends fail fast.