Better handling of raspisms service restart after exception in daemons, and add 5 seconds delay between restart retries

This commit is contained in:
osaajani 2025-07-15 23:59:12 +02:00
parent aaa0fe5701
commit 1f8cdcd67c
3 changed files with 7 additions and 1 deletions

View file

@ -18,7 +18,7 @@ use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
/**
* Mailing class.
* Link shortner class.
*/
class LinkShortener
{