I want to make sure the frequency of my Twitter Search API requests are within the request quota.
How many milliseconds should I sleep between requests to make sure I'm within the quota bounds? I'd rather sleep longer than strictly required to make sure I don't hit the request limit.
