0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00

Bump RocksDB version in example.

Jason Volk 2020-06-12 22:40:46 -07:00
parent 40965e4555
commit 61119a9b1f

@ -18,7 +18,7 @@ be available. ALL UBUNTU USERS MUST BUILD THE SOURCE AS WELL (SKIP TO NEXT BULLE
git submodule update --init deps/rocksdb git submodule update --init deps/rocksdb
cd deps/rocksdb cd deps/rocksdb
git fetch --tags --force git fetch --tags --force
git checkout v5.17.2 git checkout v6.6.4
``` ```
> For best performance and stability, please check for the version available on > For best performance and stability, please check for the version available on
your system for the above `git checkout`. your system for the above `git checkout`.