Server mode - updating frequency #20
|
Hi! |
Answered by
sergi0g
Aug 15, 2024
Replies: 2 comments 1 reply
|
The server only checks for updates on launch and when you click on the update icon on the web page. Automation isn't supported for now. The best you can do is have a cron job make a get request to |
1 reply
Answer selected by
remussamoila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The server only checks for updates on launch and when you click on the update icon on the web page. Automation isn't supported for now. The best you can do is have a cron job make a get request to
<SERVER_URL>/refreshas often as you want to.