Skip to content

Commit

Permalink
Увелисил таймаут ожидания
Browse files Browse the repository at this point in the history
  • Loading branch information
boffart committed Jun 20, 2024
1 parent faaae0c commit 0205901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Providers/CDRDatabaseProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function getCdr(array $filter = []): array
$client = new BeanstalkClient(WorkerCdr::SELECT_CDR_TUBE);
$filename = '';
try {
list($result, $message) = $client->sendRequest(json_encode($filter), 2);
list($result, $message) = $client->sendRequest(json_encode($filter), 15);
if ($result!==false){
$filename = json_decode($message, true, 512, JSON_THROW_ON_ERROR);
}
Expand Down

0 comments on commit 0205901

Please sign in to comment.