Skip to content

Commit 97c3f74

Browse files
committed
hs throttler options update: 1 request every second
1 parent af953a4 commit 97c3f74

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(100, 10000, ctx.log)
18+
const throttler = new RequestThrottler(10, 10000, ctx.log)
1919

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

0 commit comments

Comments
 (0)