mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 11:16:24 +02:00
remove rocksdb prefix extractor
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6f1d1bc8c6
commit
1d31dbf5cd
1 changed files with 0 additions and 4 deletions
|
@ -124,10 +124,6 @@ fn db_options(
|
|||
// restored via federation.
|
||||
db_opts.set_wal_recovery_mode(rust_rocksdb::DBRecoveryMode::TolerateCorruptedTailRecords);
|
||||
|
||||
// TODO: remove me? https://gitlab.com/famedly/conduit/-/merge_requests/602/diffs#a3a261d6a9014330581b5bdecd586dab5ae00245_62_54
|
||||
let prefix_extractor = rust_rocksdb::SliceTransform::create_fixed_prefix(1);
|
||||
db_opts.set_prefix_extractor(prefix_extractor);
|
||||
|
||||
db_opts.set_block_based_table_factory(&block_based_options);
|
||||
db_opts.set_env(env);
|
||||
db_opts
|
||||
|
|
Loading…
Add table
Reference in a new issue