Skip to content

Commit 88f05d6

Browse files
authored
Merge pull request #150 from oslabs-beta/user0824/feat/dashboard
User0824/feat/dashboard
2 parents 8c27c74 + 31c6a36 commit 88f05d6

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)