mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-04 15:35:00 -04:00
Fix parseCertificateInfo possibly in dead loop
This commit is contained in:
parent
c92153c97e
commit
41a6d1b701
3 changed files with 139 additions and 2 deletions
|
@ -367,7 +367,7 @@ class Monitor extends BeanModel {
|
|||
await Monitor.sendNotification(isFirstBeat, this, bean);
|
||||
|
||||
// Clear Status Page Cache
|
||||
debug(`[${this.name}] Check isImportant`);
|
||||
debug(`[${this.name}] apicache clear`);
|
||||
apicache.clear();
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue