Skip to content

Commit

Permalink
rename timeout to retry_interval and timeout_max to timeout
Browse files Browse the repository at this point in the history
Previously, we had the terms `timeout` which described the interval in which
the frontend would try to find a selector, and `timeout_max` which described
the total time the frontend should try to find at least one matching element.

This was very confusing. Most users (including me sometimes) thought that
`timeout` describes the total amount of time the frontend should wait for a
selector to match.

This patch renames `timeout` to `retry_interval` and `timeout_max`
to `timeout`.

Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Jul 9, 2024
1 parent 83f9bf8 commit 96ea2e8
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 207 deletions.
Loading

0 comments on commit 96ea2e8

Please sign in to comment.