1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Remove documentation references to _MINIO_BATCH_REPLICATION_WORKERS (#1423)

Hidden env var `_MINIO_BATCH_REPLICATION_WORKERS` is being referred to
in documentation. It needs to be either:
- removed as a hidden variable
- renamed with a leading `_`
- enabled as a regular variable in ~`minio`~ and `eos`, without a
leading `_`

See example the files referred to in the PR and
39df134204/cmd/batch-handlers.go (L398)

Pending review and discussion with @harshavardhana and @poornas 

This PR removes documentation references to this variable.
This commit is contained in:
Allan Roger Reid
2025-03-05 07:35:28 -08:00
committed by GitHub
parent 7732ef45c7
commit 942f1745a0
2 changed files with 0 additions and 12 deletions

View File

@ -189,14 +189,6 @@ Batch Replication
.. tab-set::
.. tab-item:: Environment Variable
.. envvar:: MINIO_BATCH_REPLICATION_WORKERS
*Optional*
Specifying the maximum number of parallel processes to use when performing the batch application job.
.. tab-item:: Configuration Setting
.. include:: /includes/common-mc-admin-config.rst