mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[MOD/WIP] parsee-adminify now works with LMDB only
This commit is contained in:
parent
b4cfd679ee
commit
31305cdb23
2 changed files with 3 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ Main(Array *args, HashMap *env)
|
|||
db_path = ArrayGet(args, 1);
|
||||
glob = ArrayGet(args, 2);
|
||||
|
||||
parsee = DbOpen(db_path, 0);
|
||||
parsee = DbOpenLMDB(db_path, 8 * 1024 * 1024);
|
||||
if (parsee)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue