We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87a0ff6 + 91e5439 commit 38b09c2Copy full SHA for 38b09c2
packages/deep-microservice-collection/src/collection-service.mjs
@@ -9,8 +9,7 @@ import { hasReadAllAccess } from './permissions.mjs';
9
* NOTE: Due to twitter developer account limitations only 500,000 tweets can be consumed per month.
10
* As a result, ~400 businesses can be watched.
11
*/
12
-// const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
13
-const TWITTER_FETCH_INTERVAL = 2 * 60 * 1000; /** min * seconds * ms */
+const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
14
15
class CollectionService {
16
0 commit comments