Increase the delay when database is not connected
This commit is contained in:
parent
90b774e86d
commit
288f693c12
|
|
@ -125,7 +125,7 @@
|
|||
$database->connect();
|
||||
|
||||
//sleep for a moment
|
||||
usleep(100000);
|
||||
sleep(3);
|
||||
}
|
||||
|
||||
//find and process cdr records
|
||||
|
|
|
|||
Loading…
Reference in New Issue