paritytech / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
15 stars 23 forks source link

Remove `set_disable_data_sync` #13

Closed andresilva closed 6 years ago

andresilva commented 6 years ago

This setting has been removed from RocksDB and having the reference in the ffi causes loading the shared library to break on Windows (https://gitlab.parity.io/parity/parity/-/jobs/74728).

Based on https://github.com/spacejam/rust-rocksdb/pull/139.