Add tiny bloom to Penciller Manifest

This is an attempt to save on unnecessary message transfers, and
slightly more expensive GCS checks in the SFT file itself.
This commit is contained in:
martinsumner 2016-12-11 04:48:50 +00:00
parent ea8f3c07a7
commit 523716e8f2
5 changed files with 153 additions and 90 deletions

View file

@ -41,6 +41,7 @@
{start_key :: tuple(),
end_key :: tuple(),
owner :: pid(),
bloom,
filename :: string()}).
-record(cdb_options,