Replies: 1 comment
-
It works like 3, we cache the config. What we do is a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How does fetching the config via a URL work exactly? I would much prefer to load my config via a URL so that if I make a change I don't have to update it everywhere else by hand, but I have concerns about edgecases like lack a network connection or hit a ratelimit.
I hope it functions like case 3 where it will try and on success, cache it, and on fail use the cached version with a fallback to the built in prompt should all else fail.
If it does work like the above, is there anything extra I would need to do or is it literally as simple as the following?
Beta Was this translation helpful? Give feedback.
All reactions