Blue Posted June 9, 2017 Report Posted June 9, 2017 its very simple, the event sentOfferChanged is instantly fired when the bot has received any item, but if wasnt, its fired only around 30 seconds later, so how can i make it faster when i wasnt received any item? if i have to wait always 30 seconds it may cause a bug in the future.. decrease the 30 seconds maybe a good idea, but may cause too many requests .. ? Quote
Dr. McKay Posted June 9, 2017 Report Posted June 9, 2017 Lower your poll interval, at the expense of more requests to the Steam API. Quote
Blue Posted June 9, 2017 Author Report Posted June 9, 2017 Lower your poll interval, at the expense of more requests to the Steam API.yeah i know i can do that, but i want to know how low can i put and be safe with the API Quote
0x737368 Posted June 9, 2017 Report Posted June 9, 2017 If I'm not mistaken the lower-limit is 10,000ms . Quote
Blue Posted June 9, 2017 Author Report Posted June 9, 2017 If I'm not mistaken the lower-limit is 10,000ms .are you sure about that? i was thinking in something about 15~20 seconds, 10 seems to low .. Quote
0x737368 Posted June 9, 2017 Report Posted June 9, 2017 https://github.com/DoctorMcKay/node-steamcommunity/wiki/Steam-Confirmation-Polling#startconfirmationcheckerpollinterval-identitysecret Quote
Dr. McKay Posted June 10, 2017 Report Posted June 10, 2017 5 seconds should be reasonably safe. 10 seconds is definitely safe. Quote
samki Posted June 17, 2017 Report Posted June 17, 2017 5 seconds should be reasonably safe. 10 seconds is definitely safe.What if I use multiple accounts on the same IP? Is it an IP-Bound limit or per Account? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.