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

View File

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