Skip to content
Snippets Groups Projects
Commit 6d454185 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

sophia: create repository on a write.

parent 05c31233
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ SophiaFactory::init()
panic("failed to create sophia environment");
void *conf = sp_ctl(env, "conf");
sp_set(conf, "env.dir", "sophia");
sp_set(conf, "env.create_on_write", 1);
}
void
......
Subproject commit cdbdf9bed8eef51d4f852f6881eed9267b9bd13e
Subproject commit 3889eb4777fdff520c140467eab477c0af3ca7c9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment