This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new fbea2a50 ci: bump crate-ci/typos to 1.28 (#2680)
fbea2a50 is described below

commit fbea2a508f9f9f34851129b36e9a2453c90ac4a8
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Nov 26 17:34:17 2024 +0200

    ci: bump crate-ci/typos to 1.28 (#2680)
---
 .github/workflows/kvrocks.yaml | 2 +-
 kvrocks.conf                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index c338cbfc..bf9361a7 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -58,7 +58,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Check typos
-        uses: crate-ci/[email protected]
+        uses: crate-ci/[email protected]
         with:
           config: .github/config/typos.toml
 
diff --git a/kvrocks.conf b/kvrocks.conf
index 13b1fb6c..b65a483d 100644
--- a/kvrocks.conf
+++ b/kvrocks.conf
@@ -559,7 +559,7 @@ compaction-checker-cron * 0-7 * * *
 # file) to compact, in order to free disk space.
 # However, if a specific SST file was created more than 
"force-compact-file-age" seconds
 # ago, and its percentage of deleted keys is higher than
-# "force-compact-file-min-deleted-percentage", it will be forcely compacted as 
well.
+# "force-compact-file-min-deleted-percentage", it will be forcibly compacted 
as well.
 
 # Default: 172800 seconds; Range: [60, INT64_MAX];
 # force-compact-file-age 172800

Reply via email to