I created a configuration setting modal to be able to change the amount of seconds that the web client fetches new data from the api. The logic regarding changing the amount of seconds is not finished.
The primary goal would be to find a more appropriate way to fetch new data from the api, rather than fetching new data every 3 seconds, only fetch new data when the state of the queue server has changed.
I created a configuration setting modal to be able to change the amount of seconds that the web client fetches new data from the api. The logic regarding changing the amount of seconds is not finished.