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.
1 parent af953a4 commit 97c3f74Copy full SHA for 97c3f74
services/libs/integrations/src/integrations/premium/hubspot/processStream.ts
@@ -15,7 +15,7 @@ import { getAllCompanies } from './api/companies'
15
import { RequestThrottler } from '@crowd/common'
16
17
const processRootStream: ProcessStreamHandler = async (ctx) => {
18
- const throttler = new RequestThrottler(100, 10000, ctx.log)
+ const throttler = new RequestThrottler(10, 10000, ctx.log)
19
20
const settings = ctx.integration.settings as IHubspotIntegrationSettings
21
0 commit comments