Skip to content

Commit

Permalink
Specify Default Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed May 5, 2020
1 parent b20d475 commit d8f5df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/blaze.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{:size-in-mb #blaze/cfg ["ROCKSDB_BLOCK_CACHE_SIZE" int? 128]}

[#_:blaze.db.kv/mem :blaze.db.kv/rocksdb :blaze.db/kv-store]
{:dir #blaze/cfg ["DB_DIR" string?]
{:dir #blaze/cfg ["DB_DIR" string? "db"]
:block-cache #blaze/ref :blaze.db.kv.rocksdb/block-cache
:opts
{:max-background-jobs
Expand Down

0 comments on commit d8f5df9

Please sign in to comment.