mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Increase the delay when database is not connected
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
$database->connect();
|
||||
|
||||
//sleep for a moment
|
||||
usleep(100000);
|
||||
sleep(3);
|
||||
}
|
||||
|
||||
//find and process cdr records
|
||||
|
||||
Reference in New Issue
Block a user