We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f842bb commit 23f7b48Copy full SHA for 23f7b48
services/libs/integrations/src/integrations/discord/index.ts
@@ -9,7 +9,7 @@ import processWebhookStream from './processWebhookStream'
9
const descriptor: IIntegrationDescriptor = {
10
type: PlatformType.DISCORD,
11
memberAttributes: DISCORD_MEMBER_ATTRIBUTES,
12
-
+ checkEvery: 4 * 60, // 4 hours
13
generateStreams,
14
processStream,
15
processData,
0 commit comments