Packages

Bitcask key value store

Current section

Files

Jump to
bitcask src bitcask.app.src
Raw

src/bitcask.app.src

{application,bitcask,
[{description,"Bitcask key value store"},
{vsn,"2.0.2"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{bitcask_app,[]}},
{env,[{max_file_size,2147483648},
{tombstone_version,2},
{open_timeout,4},
{sync_strategy,none},
{require_hint_crc,false},
{merge_window,always},
{frag_merge_trigger,60},
{dead_bytes_merge_trigger,536870912},
{frag_threshold,40},
{dead_bytes_threshold,134217728},
{small_file_threshold,10485760},
{max_fold_age,-1},
{max_fold_puts,0},
{expiry_secs,-1}]},
{maintainers,["basho","Heinz N. Gies"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/basho/bitcask"}]}]}.