mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
Fix special build
This commit is contained in:
parent
34274be8df
commit
6eeb5cbb60
@ -62,7 +62,7 @@ public:
|
|||||||
/// We want to control the number of rows in a chunk inserted into RabbitMQ
|
/// We want to control the number of rows in a chunk inserted into RabbitMQ
|
||||||
bool prefersLargeBlocks() const override { return false; }
|
bool prefersLargeBlocks() const override { return false; }
|
||||||
|
|
||||||
void pushConsumer(RabbitMQConsumerPtr buf);
|
void pushConsumer(RabbitMQConsumerPtr consumer);
|
||||||
RabbitMQConsumerPtr popConsumer();
|
RabbitMQConsumerPtr popConsumer();
|
||||||
RabbitMQConsumerPtr popConsumer(std::chrono::milliseconds timeout);
|
RabbitMQConsumerPtr popConsumer(std::chrono::milliseconds timeout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user