New configuration option - replication_threads
#2590
Labels
feature
A new functionality
replication
[area] Related to Replication
server
[area] Task relates to Tarantool's server (core) functionality
Uh oh!
There was an error while loading. Please reload this page.
Product: Tarantool
Since: 2.10
Root document: https://www.tarantool.io/en/doc/latest/reference/configuration/#replication
SME: @ sergepetrenko
Details
It's now possible to specify how many threads will be spawned to decode
the incoming replication stream.
The default value is '1', meaning a single thread will handle all
incoming replication streams.
You may set the value to anything from 1 to 1000. When there are
multiple replication threads, connections to serve are evenly
distributed between the threads.
Requested by @sergepetrenko in tarantool/tarantool@dacbf70.
The text was updated successfully, but these errors were encountered: