Prokbun API fix

This commit is contained in:
2026-02-25 13:49:46 -05:00
parent 0a63e05028
commit 74b8f1113e
3 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const {Host} = require('../models/host');
// Initial wildcard cert check 30 seconds after app starts
// Delay allows the system to fully initialize before checking certs
setTimeout(Host.checkWildcardForRenew.bind(Host), 30000);
// setTimeout(Host.checkWildcardForRenew.bind(Host), 30000);
// Check wildcard certs once every 24 hours
// Ensures certificates are renewed well before expiration