Hi, I'm doing some "real time" helper for glitch, and I have to check the player's location quite often,
using
players.fullInfo, and
locations.streetInfo.
Currently I'm checking those every 15 seconds.
The small amount of text is probably not a big deal of data, but I'm not really used to play with APIs, and I'd like to know how far we're allowed to go with these kind of requests on the server?
Is 15sec too much already or can I go like 5sec for example?
Posted 13 months ago by
Lemo

|
Permalink