We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e7859 commit 5e89e3eCopy full SHA for 5e89e3e
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(10, 10000, ctx.log)
+ const throttler = new RequestThrottler(9, 5000, ctx.log)
19
20
const settings = ctx.integration.settings as IHubspotIntegrationSettings
21
0 commit comments