diff --git a/src/monitors/monitorRPKI.js b/src/monitors/monitorRPKI.js index a55aff8d..9053ec09 100644 --- a/src/monitors/monitorRPKI.js +++ b/src/monitors/monitorRPKI.js @@ -124,7 +124,7 @@ export default class MonitorRPKI extends Monitor { this.rpki .preCache() .then(() => { - 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 }) .catch(() => { this.logger.log({