Skip to content

Commit b052355

Browse files
committed
hubspot throttler config update
1 parent ffc6f0c commit b052355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/integrations/src/integrations/premium/hubspot/processStream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { getAllCompanies } from './api/companies'
1515
import { RequestThrottler } from '@crowd/common'
1616

1717
const processRootStream: ProcessStreamHandler = async (ctx) => {
18-
const throttler = new RequestThrottler(9, 5000, ctx.log)
18+
const throttler = new RequestThrottler(9, 1100, ctx.log)
1919

2020
const settings = ctx.integration.settings as IHubspotIntegrationSettings
2121

0 commit comments

Comments
 (0)