"Update" request to server every sec!
It sends this request to the server every second. How do I make it send requests every 5 seconds?
1 Reply
That will be trigger by polling on whatever you are polling
in the providers you have:
->databaseNotificationsPolling()
you can configure this
You also have the widgets polling and tables if you ahve that set anywhere