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 484fa01 + 45ace22 commit 87a0ff6Copy full SHA for 87a0ff6
packages/deep-microservice-collection/src/collection-service.mjs
@@ -10,7 +10,7 @@ import { hasReadAllAccess } from './permissions.mjs';
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 * 60 * 1000; /** min * seconds * ms */
+const TWITTER_FETCH_INTERVAL = 2 * 60 * 1000; /** min * seconds * ms */
14
15
class CollectionService {
16
0 commit comments