Skip to content

Commit c3fea87

Browse files
Dmitry TarasovDmitry Tarasov
authored andcommitted
Divide huge log batches into chunks and send them one by one (exec transport only)
1 parent 4a423ef commit c3fea87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stackify/Log/Transport/AbstractApiTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class AbstractApiTransport extends AbstractTransport
1111

1212
protected $apiKey;
1313
protected $proxy;
14-
private $queue = array();
14+
protected $queue = array();
1515

1616
public function __construct($apiKey, array $options = array())
1717
{

0 commit comments

Comments
 (0)