Commit 865cba2 1 parent 07525ff commit 865cba2 Copy full SHA for 865cba2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,9 +512,9 @@ var MonitorROAS = exports["default"] = /*#__PURE__*/function (_Monitor) {
512
512
_this . enableExpirationAlerts = ( _params$enableExpirat = params . enableExpirationAlerts ) !== null && _params$enableExpirat !== void 0 ? _params$enableExpirat : true ;
513
513
_this . enableExpirationCheckTA = ( _params$enableExpirat2 = params . enableExpirationCheckTA ) !== null && _params$enableExpirat2 !== void 0 ? _params$enableExpirat2 : true ;
514
514
_this . enableDeletedCheckTA = ( _params$enableDeleted = params . enableDeletedCheckTA ) !== null && _params$enableDeleted !== void 0 ? _params$enableDeleted : true ;
515
- _this . diffEverySeconds = Math . max ( params . diffEverySeconds || 600 , 300 ) ;
516
- _this . checkExpirationVrpsEverySeconds = Math . max ( _this . diffEverySeconds , 600 ) ;
517
- _this . checkTaEverySeconds = Math . max ( params . checkTaEverySeconds || 0 , _this . diffEverySeconds , 15 * 60 ) ;
515
+ _this . diffEverySeconds = Math . max ( params . diffEverySeconds || 600 , 200 ) ;
516
+ _this . checkExpirationVrpsEverySeconds = Math . max ( _this . diffEverySeconds , 300 ) ;
517
+ _this . checkTaEverySeconds = Math . max ( params . checkTaEverySeconds || 15 * 60 , _this . diffEverySeconds ) ;
518
518
_this . enableAdvancedRpkiStats = ( _params$enableAdvance = params . enableAdvancedRpkiStats ) !== null && _params$enableAdvance !== void 0 ? _params$enableAdvance : true ;
519
519
520
520
// Default parameters
You can’t perform that action at this time.
0 commit comments