mirror of https://github.com/perkeep/perkeep.git
Merge "config: used leveldb for the dev server instead of kv"
This commit is contained in:
commit
41516af23d
|
@ -60,8 +60,8 @@
|
|||
"sourceRoot": ["_env", "${CAMLI_DEV_CAMLI_ROOT}", ""],
|
||||
"cache": "/cache/",
|
||||
"scaledImage": {
|
||||
"type": "kv",
|
||||
"file": ["_env", "${CAMLI_ROOT_CACHE}/thumbnails.kv", ""]
|
||||
"type": "leveldb",
|
||||
"file": ["_env", "${CAMLI_ROOT_CACHE}/thumbnails.leveldb", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -130,9 +130,9 @@
|
|||
"smallBlobs": "/bs-loose/",
|
||||
"largeBlobs": "/bs-packed/",
|
||||
"metaIndex": {
|
||||
"type": "kv",
|
||||
"file": ["_env", "${CAMLI_ROOT}/packindex.kv"]
|
||||
}
|
||||
"type": "leveldb",
|
||||
"file": ["_env", "${CAMLI_ROOT}/packindex.leveldb"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue