Increase the delay when database is not connected

This commit is contained in:
FusionPBX 2025-03-26 11:48:18 -06:00 committed by GitHub
parent 90b774e86d
commit 288f693c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
$database->connect(); $database->connect();
//sleep for a moment //sleep for a moment
usleep(100000); sleep(3);
} }
//find and process cdr records //find and process cdr records