Skip to content
Snippets Groups Projects
  • Monty Brandenberg's avatar
    de9689e3
    BUG-7698, BUG-7688, BUG-7694 (others) CDN connection issues. · de9689e3
    Monty Brandenberg authored
    Under pipelining, requests were given a 5x timeout factor due to the
    way that the timeout clock works in libcurl.  Under CDN load,
    connections were not being torn down quickly and it was only
    this timer that led to disconnect and retry.  So, we want to
    break a connection that isn't making progress but that isn't
    immediately possible.  We'll compromise with a 60S timeout that
    (we hope) will be neither too long for stalled connections nor
    too short for large asset transfer requests.
    de9689e3
    History
    BUG-7698, BUG-7688, BUG-7694 (others) CDN connection issues.
    Monty Brandenberg authored
    Under pipelining, requests were given a 5x timeout factor due to the
    way that the timeout clock works in libcurl.  Under CDN load,
    connections were not being torn down quickly and it was only
    this timer that led to disconnect and retry.  So, we want to
    break a connection that isn't making progress but that isn't
    immediately possible.  We'll compromise with a 60S timeout that
    (we hope) will be neither too long for stalled connections nor
    too short for large asset transfer requests.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.