ChimeraOS / chimera

A web interface for managing Steam remotely
MIT License
237 stars 27 forks source link

Avoid 5s pause after last update fetch attempt #290

Closed caccialdo closed 1 year ago

caccialdo commented 1 year ago

We currently wait 5 seconds after each failed attempt to fetch chimera-data which is sensible, except after the last attempt. This small code change addresses that.

alkazar commented 1 year ago

Nice change. Thank you!