Skip to content

[BUG] max queue size is 1000, per docs should be 10000 #146

@nd4p90x

Description

@nd4p90x

https://segment.com/docs/connections/sources/catalog/libraries/server/php/

Segment::init("YOUR_WRITE_KEY", array(
"consumer" => "lib_curl",
"debug" => true,
"max_queue_size" => 10000,
"batch_size" => 100
));

max_queue_size Number, optional | The max size of the queue, defaults to 10000 items.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions