Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { hasReadAllAccess } from './permissions.mjs';
* NOTE: Due to twitter developer account limitations only 500,000 tweets can be consumed per month.
* As a result, ~400 businesses can be watched.
*/
// const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
const TWITTER_FETCH_INTERVAL = 2 * 60 * 1000; /** min * seconds * ms */
const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */

class CollectionService {

Expand Down