Startup work - baffled

Changes the stratup otpions to a prolist to make it easier to get
environment variables as default.

Tried application:start - and completely baffled as to how to get this
to work.
This commit is contained in:
martinsumner 2016-11-02 12:58:27 +00:00
parent ce34235f2f
commit e7506c3c1f
8 changed files with 90 additions and 106 deletions

View file

@ -62,15 +62,6 @@
start_snapshot = false :: boolean(),
source_penciller :: pid()}).
-record(bookie_options,
{root_path :: string(),
cache_size :: integer(),
max_journalsize :: integer(),
max_pencillercachesize :: integer(),
snapshot_bookie :: pid(),
reload_strategy = [] :: list(),
max_run_length :: integer()}).
-record(iclerk_options,
{inker :: pid(),
max_run_length :: integer(),