mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 18:29:32 +08:00
Fix parseCertificateInfo possibly in dead loop
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user