You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2019. It is now read-only.
Currently the rates are lazily fetched - this means that one request to Exchange to during the update time period per will be unnecessarily slow. The new rates should be fetched asynchronously in the background.
Currently the rates are lazily fetched - this means that one request to
Exchangeto during the update time period per will be unnecessarily slow. The new rates should be fetched asynchronously in the background.