Modify ↓
Opened at 2010-04-19T12:42:34Z
Closed at 2012-12-06T23:41:42Z
#599 closed defect (fixed)
Twitter: variable for poll-intervall
Reported by: | Owned by: | geert | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Version: | 1.2.6 | |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Twitter has Rate Limits for polling the API. Since this is 150 per hour for the Rest API, most clients poll once a minute: http://dev.twitter.com/pages/rate-limiting
This should be configurable. Some people are whitelisted, some are insane.
tircd does:
update_timeline 60 update_directs 180
Attachments (0)
Change History (2)
comment:1 Changed at 2011-05-08T10:10:27Z by
comment:2 Changed at 2012-12-06T23:41:42Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fetch_interval was the final name.
Note: See
TracTickets for help on using
tickets.
I did this for #663, called it fetch_every.