Address issue with comment (#349)

https://github.com/martinsumner/leveled/issues/269
This commit is contained in:
Martin Sumner 2021-08-10 13:11:09 +01:00 committed by GitHub
parent ec52b16cfd
commit 507bf63e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@
%% For full description of options see ../docs/STARTUP_OPTIONS.md
[{root_path, string()|undefined} |
% Folder to be used as the root path for storing all the database
% information. May be undefined is snapshot_bookie is a pid()
% information. Should be undefined is snapshot_bookie is a pid()
% TODO: Some sort of split root path to allow for mixed classes of
% storage (e.g. like eleveldb tiered storage - only with
% separation between ledger and non-current journal)