So, I have a global leader board and want to stop data store limits from stopping it from refreshing.
- The issue is though, that because of data store limits it sometimes won’t refresh, with this error:
20:13:00.913 - DataStore request was added to queue. If request queue fills, further requests will be dropped. Try sending fewer requests.Key = 703332131
- At first I tried making each of the four different global leader boards refresh on different multiples of 30, but i found out that it would sync up again and cause the error, then i tried:
50, 105, 130, 175
That worked for a bit until it synced up again, but it doesn’t do it frequently.
But, I’m still not that satisfied with the errors in the first place, and I would like to know if there is a number sequence with for 4 different global leader boards that won’t cause errors or sync up again.
Thank you for reading, and if I missed anything please tell me.