Skip to content

Commit 23f7b48

Browse files
committed
check every 4 hours
1 parent 3f842bb commit 23f7b48

File tree

1 file changed

+1
-1
lines changed
  • services/libs/integrations/src/integrations/discord

1 file changed

+1
-1
lines changed

services/libs/integrations/src/integrations/discord/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import processWebhookStream from './processWebhookStream'
99
const descriptor: IIntegrationDescriptor = {
1010
type: PlatformType.DISCORD,
1111
memberAttributes: DISCORD_MEMBER_ATTRIBUTES,
12-
12+
checkEvery: 4 * 60, // 4 hours
1313
generateStreams,
1414
processStream,
1515
processData,

0 commit comments

Comments
 (0)