Undefined typo
Interetsingly setting max_pencillercachesize to a non-integer merely had the impact of making the penciller cache size infinite. So a guard added to make sure it is an integer going forward.
This commit is contained in:
parent
11d72013d2
commit
319c6b4ca7
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
{waste_retention_period, undefined},
|
||||
{max_run_length, undefined},
|
||||
{reload_strategy, []},
|
||||
{max_pencillercachesize, undefiend},
|
||||
{max_pencillercachesize, undefined},
|
||||
{compression_method, ?COMPRESSION_METHOD},
|
||||
{compression_point, ?COMPRESSION_POINT}]).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue