Hi All,
Talking about "[B4X] CloudKVS" @Erel Solution, I have to fine tuning the data refresh timing between the connected CKS clients in order to don't overload the client (my custom "Master" client) that collect all data from other clients.
Is the above mod correct ? I have to change the AutoRefresh timer in all clients ?
My target is to decrement the refresh frequency in order to don't overload the "Master" Client.
Thanks in advance for your help.
Talking about "[B4X] CloudKVS" @Erel Solution, I have to fine tuning the data refresh timing between the connected CKS clients in order to don't overload the client (my custom "Master" client) that collect all data from other clients.
B4X:
autoRefreshTimer.Initialize("AutoRefresh", <change this time>)
Is the above mod correct ? I have to change the AutoRefresh timer in all clients ?
My target is to decrement the refresh frequency in order to don't overload the "Master" Client.
Thanks in advance for your help.