Query don't copy (#380)
* Query don't copy Queries the manifest to avoid copying the whole manifest when taking a snapshot of a penciller to run a query. Change the logging of fold setup in the Bookie to record the actual snapshot time (rather than the uninteresting and fast returning the the function which will request the snapshot). A little tidy to avoid duplicating the ?MAX_LEVELS macro. * Clarify log is of snapshot time not fold time * Updates after review
This commit is contained in:
parent
28d3701f6e
commit
d09f5c778b
5 changed files with 175 additions and 117 deletions
|
@ -24,6 +24,9 @@
|
|||
|
||||
-define(CACHE_TYPE, skpl).
|
||||
|
||||
-define(MAX_LEVELS, 8).
|
||||
%% Should equal the length of the LEVEL_SCALEFACTOR
|
||||
|
||||
|
||||
-record(level,
|
||||
{level :: integer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue