Minimum Time to Send Stats

Subscribe to Minimum Time to Send Stats 3 posts

avatar for charlesartbr charlesartbr 13 posts
Flag Post

I’m developing a game that will have many stats, some stats like “game time” change every second.

What is minimum time to send stats without break or made Kongregate server too busy?

Every second? Every 10 seconds? Every 30 seconds? Every 1 minute?

 
avatar for Kalinium Kalinium 764 posts
Flag Post

How often are you going to need to update them?

Better to update them at the end of each level/area/fight/whatever

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

I wouldn’t update the stats myself every second, but instead at certain events, such as when the win/lose/etc. However I do believe stat data is throttled.