Skip to content

Consider adding timeouts to certain ajax requests #7974

@live627

Description

@live627

from https://stackoverflow.com/a/62470009/4710434

If you haven't configured timeout in your code, It will be the default request timeout of your browser.

1) Firefox - 90 seconds

Type about:config in Firefox URL field. Find the value corresponding to key network.http.connection-timeout

2) Chrome - 300 seconds

Source

With that in mind, we may need to impose a limit on certain requests like quoting to, say, 5 seconds.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions