summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2018-04-27 09:00:28 -0700
committerVictor Costan <pwnall@chromium.org>2018-04-30 15:49:58 -0700
commitbc23e00f955eadb9e26f8ce07c1c664e7b985ff0 (patch)
treea6414a6afbce00af96eec657d012644dfcb6774b /doc
parent4de9594f6fbfd69043239a5705b5f32065f02d34 (diff)
downloadleveldb-bc23e00f955eadb9e26f8ce07c1c664e7b985ff0.tar.gz
Update default log file size in doc.
The default size was changed in #f779e7a5 but the documentation was never updated. This fixes #566 reported on GitHub. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194547959
Diffstat (limited to 'doc')
-rw-r--r--doc/impl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/impl.md b/doc/impl.md
index 4b13f2a..6e6b2ab 100644
--- a/doc/impl.md
+++ b/doc/impl.md
@@ -64,7 +64,7 @@ Other files used for miscellaneous purposes may also be present (LOCK, *.dbtmp).
## Level 0
-When the log file grows above a certain size (1MB by default):
+When the log file grows above a certain size (4MB by default):
Create a brand new memtable and log file and direct future updates here
In the background:
Write the contents of the previous memtable to an sstable