Add a new option to make caching writethrough instead of writeback.
[bluesky.git] / bluesky / init.c
index 4b7ec93..82cb3aa 100644 (file)
@@ -25,7 +25,8 @@ void bluesky_init(void)
     g_thread_init(NULL);
     bluesky_crypt_init();
 
-    //bluesky_options.synchronous_stores = 1;
+    bluesky_options.synchronous_stores = 1;
+    bluesky_options.writethrough_cache = 1;
 
     bluesky_store_init();
     bluesky_store_init_s3();