add ZREPL_DESTROY_MAX_BATCH_SIZE env var to control max batch destroy size

fixes #508
closes https://github.com/zrepl/zrepl/pull/604
This commit is contained in:
3nprob
2022-05-19 20:32:37 +09:00
committed by Christian Schwarz
parent 53f9bd6d88
commit e4112d888c
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ Developers should consult the git commit log or GitHub issue tracker.
* `Feature Wishlist on GitHub <https://github.com/zrepl/zrepl/discussions/547>`_
* |feature| Add ``ZREPL_DESTROY_MAX_BATCH_SIZE`` env var (default 0=unlimited).
* |break| |feature| convert Prometheus metric ``zrepl_version_daemon`` to ``zrepl_start_time`` metric
* The metric still reports the zrepl version in a label.
@@ -275,7 +276,7 @@ Changes
* |feature| Proper timeout handling for the :ref:`SSH transport <transport-ssh+stdinserver>`
* |break| Requires Go 1.11 or later.
* |break| |break_config|: mappings are no longer supported
* Receiving sides (``pull`` and ``sink`` job) specify a single ``root_fs``.