Skip to content

Commit e890275

Browse files
bring back validation cycle period to 100 ms
1 parent 9bf2227 commit e890275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitors/monitorRPKI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default class MonitorRPKI extends Monitor {
124124
this.rpki
125125
.preCache()
126126
.then(() => {
127-
this.validationTimer = setInterval(this.validateBatch, 50); // If already cached, we can validate more often
127+
this.validationTimer = setInterval(this.validateBatch, 100); // If already cached, we can validate more often
128128
})
129129
.catch(() => {
130130
this.logger.log({

0 commit comments

Comments
 (0)