mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Documents the scanner.speed config and minio_scanner_speed envvar (#973)
Closes #796 And a few other paragraphs here there and yon.
This commit is contained in:
@ -115,6 +115,22 @@ API Configuration
|
||||
|
||||
.. _minio-server-config-logging-logs:
|
||||
|
||||
Scanner
|
||||
~~~~~~~
|
||||
|
||||
.. mc-conf:: scanner
|
||||
|
||||
Configuration settings that affect the scanner process.
|
||||
MinIO utilizes the scanner for :ref:`bucket replication <minio-bucket-replication>`, :ref:`site replication <minio-site-replication-overview>`, and :ref:`lifecycle management <minio-lifecycle-management>` tasks.
|
||||
|
||||
.. mc-conf:: speed
|
||||
|
||||
This configuration setting corresponds with the :envvar:`MINIO_SCANNER_SPEED` environment variable.
|
||||
|
||||
.. include:: /includes/common/scanner.rst
|
||||
:start-after: start-scanner-speed-values
|
||||
:end-before: end-scanner-speed-values
|
||||
|
||||
HTTP Webhook Log Target
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -294,6 +294,16 @@ Core Configuration
|
||||
|
||||
If this setting is omitted, the default is to only accept path-style requests. For example, ``minio.example.net/data``.
|
||||
|
||||
.. _minio-scanner-speed-options:
|
||||
|
||||
.. envvar:: MINIO_SCANNER_SPEED
|
||||
|
||||
Manage the maximum wait period for the scanner when balancing MinIO read/write performance to scanner processes.
|
||||
|
||||
.. include:: /includes/common/scanner.rst
|
||||
:start-after: start-scanner-speed-values
|
||||
:end-before: end-scanner-speed-values
|
||||
|
||||
Root Credentials
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user