Skip to content

Commit

Permalink
expose missing ttl options
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jan 30, 2025
1 parent 43c7857 commit d252c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocksdb/columnfamily/cfopts.nim
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ opt maxSuccessiveMerges, int, csize_t
opt optimizeFiltersForHits, bool, cint
opt paranoidChecks, bool, uint8
opt reportBgIoStats, bool, cint
opt ttl, int, uint64
opt periodicCompactionSeconds, int, uint64
opt enableBlobFiles, bool, uint8
opt minBlobSize, int, uint64
opt blobFileSize, int, uint64
Expand Down

0 comments on commit d252c77

Please sign in to comment.