Skip to content

Commit

Permalink
Check only once a day.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Vachter committed Jul 2, 2018
1 parent a87df85 commit 78817f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/aws-keys-healthcheck.js
@@ -1,6 +1,6 @@
const AWS = require('aws-sdk');

const INTERVAL = 15 * 60 * 1000;
const INTERVAL = 24 * 60 * 60 * 1000; // 24 hours

let inUseExpiredKey = false;
let notInUserExpiredKey = false;
Expand Down

0 comments on commit 78817f4

Please sign in to comment.