Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GC's config for 1.1 #14409

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Conversation

LeftHandCold
Copy link
Contributor

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #13342

What this PR does / why we need it:

Add GC configuration and add the following configuration in tn.toml:
[tn.GCCfg]
// ‘true’ means disabling gc and retaining all data. The default is false.
disable-gc = true
gc-ttl = "1h"
scan-gc-interval = "30m"

@LeftHandCold LeftHandCold changed the title Add GC's config Add GC's config for 1.1 Jan 27, 2024
@matrix-meow matrix-meow added the size/S Denotes a PR that changes [10,99] lines label Jan 27, 2024
@mergify mergify bot requested a review from sukki37 January 27, 2024 12:42
@sukki37 sukki37 merged commit b021107 into matrixorigin:1.1-dev Jan 27, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement size/S Denotes a PR that changes [10,99] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants