Skip to content

Commit 38b09c2

Browse files
authored
Merge pull request #285 from ThinkDeepTech/hm/helm
2 parents 87a0ff6 + 91e5439 commit 38b09c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/deep-microservice-collection/src/collection-service.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import { hasReadAllAccess } from './permissions.mjs';
99
* NOTE: Due to twitter developer account limitations only 500,000 tweets can be consumed per month.
1010
* As a result, ~400 businesses can be watched.
1111
*/
12-
// const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
13-
const TWITTER_FETCH_INTERVAL = 2 * 60 * 1000; /** min * seconds * ms */
12+
const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
1413

1514
class CollectionService {
1615

0 commit comments

Comments
 (0)