Skip to content

Commit

Permalink
fix property
Browse files Browse the repository at this point in the history
The correct session property name for
`task.scale-writers.max-writer-count
is task_scale_writers_enabled
  • Loading branch information
bendemott authored and findepi committed Oct 7, 2022
1 parent ec4374f commit 4ed05cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/admin/properties-writer-scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Enable scaling the number of concurrent writers within a task. The maximum write
count per task for scaling is ``task.scale-writers.max-writer-count``. Additional
writers are added only when the average amount of physical data written per writer
is above the minimum threshold of ``writer-min-size`` and query is bottlenecked on
writing. This can be specified on a per-query basis using the ``task_scale_writers``
writing. This can be specified on a per-query basis using the ``task_scale_writers_enabled``
session property.

.. _prop-task-scale-writers-max-writer-count:
Expand Down

0 comments on commit 4ed05cc

Please sign in to comment.