Skip to content

Commit 87a0ff6

Browse files
authored
Merge pull request #284 from ThinkDeepTech/hm/helm
2 parents 484fa01 + 45ace22 commit 87a0ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { hasReadAllAccess } from './permissions.mjs';
1010
* As a result, ~400 businesses can be watched.
1111
*/
1212
// const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
13-
const TWITTER_FETCH_INTERVAL = 2 * 60 * 60 * 1000; /** min * seconds * ms */
13+
const TWITTER_FETCH_INTERVAL = 2 * 60 * 1000; /** min * seconds * ms */
1414

1515
class CollectionService {
1616

0 commit comments

Comments
 (0)