Skip to content

Commit 484fa01

Browse files
authored
Merge pull request #283 from ThinkDeepTech/hm/helm
2 parents ad1552d + bb51125 commit 484fa01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ version: 2.1
22

33
orbs:
44
browser-tools: circleci/[email protected]
5-
kubernetes: circleci/[email protected]
65
k8s: digitalocean/[email protected]
76
helm: circleci/[email protected]
87

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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 */
12+
// const TWITTER_FETCH_INTERVAL = 6 * 60 * 60 * 1000; /** hrs * min * seconds * ms */
13+
const TWITTER_FETCH_INTERVAL = 2 * 60 * 60 * 1000; /** min * seconds * ms */
1314

1415
class CollectionService {
1516

0 commit comments

Comments
 (0)