X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Finit.c;h=69fbe62ddfa926809ea3074ae024daa142936b6f;hb=d514caf49faff9295d0e497d3b6b8856fe83f8d0;hp=82cb3aa5e07223df0996bf715b4a272814278ef6;hpb=50c08ba526a6638e8e3c4eec0503365a2c110a85;p=bluesky.git diff --git a/bluesky/init.c b/bluesky/init.c index 82cb3aa..69fbe62 100644 --- a/bluesky/init.c +++ b/bluesky/init.c @@ -25,8 +25,9 @@ void bluesky_init(void) g_thread_init(NULL); bluesky_crypt_init(); - bluesky_options.synchronous_stores = 1; - bluesky_options.writethrough_cache = 1; + bluesky_options.synchronous_stores = 0; + bluesky_options.writethrough_cache = 0; + bluesky_options.async_inode_fetches = 0; bluesky_store_init(); bluesky_store_init_s3();