Skip to content

Commit 705d446

Browse files
authored
Merge pull request #151 from oslabs-beta/dev
Dev
2 parents 4fbaccf + 88f05d6 commit 705d446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/services/k8sEventProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { sendNotifications } from './notificationService';
1616

1717
// ! Prevent processing of past events and throttle Slack notifications !
1818
const SUBSCRIPTION_START_TIME = Date.now();
19-
const RATE_LIMIT_INTERVAL = 60 * 1 * 1000; // 15 minutes
19+
const RATE_LIMIT_INTERVAL = 60 * 15 * 1000; // 15 minutes
2020

2121
let lastNotificationTime = 0;
2222

0 commit comments

Comments
 (0)