Support for sync operations on an inode.
[bluesky.git] / bluesky / init.c
index 4b7ec93..69fbe62 100644 (file)
@@ -25,7 +25,9 @@ void bluesky_init(void)
     g_thread_init(NULL);
     bluesky_crypt_init();
 
-    //bluesky_options.synchronous_stores = 1;
+    bluesky_options.synchronous_stores = 0;
+    bluesky_options.writethrough_cache = 0;
+    bluesky_options.async_inode_fetches = 0;
 
     bluesky_store_init();
     bluesky_store_init_s3();