8000 Docs: Remove a mention of Snappy compression · 0ArtemBabaev/arangodb@0082a4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0082a4c

Browse files
authored
Docs: Remove a mention of Snappy compression
1 parent 50dbc81 commit 0082a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/RocksDBEngine/RocksDBOptionFeature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ prevent WAL files from being moved to the archive and being removed.)");
566566
arangodb::options::Flags::OnAgent,
567567
arangodb::options::Flags::OnDBServer,
568568
arangodb::options::Flags::OnSingle))
569-
.setLongDescription(R"(Levels above the default of `2` use Snappy
569+
.setLongDescription(R"(Levels above the default of `2` use
570570
compression to reduce the disk space requirements for storing data in these
571571
levels.)");
572572

0 commit comments

Comments
 (0)
0