Update docs/en/operations/named-collections.md

Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
This commit is contained in:
Ali 2024-06-05 22:05:45 +03:30 committed by GitHub
parent 844a94383b
commit 007a8ca32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -498,5 +498,4 @@ CREATE TABLE queue
ENGINE = Kafka(my_kafka_cluster)
SETTINGS kafka_num_consumers = 4,
kafka_thread_per_consumer = 1;
```