This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a commit to branch io_uring_tpc
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/io_uring_tpc by this push:
new 83d5ff59 feat(io_uring): revert config (#2023)
83d5ff59 is described below
commit 83d5ff5956a2e19a50eaab983b4b93bac38c209c
Author: Grzegorz Koszyk <[email protected]>
AuthorDate: Fri Jul 18 16:25:28 2025 +0200
feat(io_uring): revert config (#2023)
---
core/configs/server.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/configs/server.toml b/core/configs/server.toml
index 7aba9ec1..abf691f7 100644
--- a/core/configs/server.toml
+++ b/core/configs/server.toml
@@ -17,7 +17,7 @@
[data_maintenance.archiver]
# Enables or disables the archiver process.
-enabled = true
+enabled = false
# Kind of archiver to use. Available options: "disk".
kind = "disk"
@@ -47,7 +47,7 @@ tmp_upload_dir = "local_data/s3_tmp"
[data_maintenance.messages]
# Enables or disables the archiver process for closed segments containing
messages.
-archiver_enabled = true
+archiver_enabled = false
# Enables or disables the expired message cleaner process.
cleaner_enabled = false