We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf2227 commit e890275Copy full SHA for e890275
src/monitors/monitorRPKI.js
@@ -124,7 +124,7 @@ export default class MonitorRPKI extends Monitor {
124
this.rpki
125
.preCache()
126
.then(() => {
127
- this.validationTimer = setInterval(this.validateBatch, 50); // If already cached, we can validate more often
+ this.validationTimer = setInterval(this.validateBatch, 100); // If already cached, we can validate more often
128
})
129
.catch(() => {
130
this.logger.log({
0 commit comments