Skip to content

Commit

Permalink
ci: bump crate-ci/typos to 1.28 (apache#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Nov 26, 2024
1 parent 00dfc7c commit fbea2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@v1.27.0
uses: crate-ci/typos@v1.28.0
with:
config: .github/config/typos.toml

Expand Down
2 changes: 1 addition & 1 deletion kvrocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbea2a5

Please sign in to comment.