X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Finit.c;h=82cb3aa5e07223df0996bf715b4a272814278ef6;hb=50c08ba526a6638e8e3c4eec0503365a2c110a85;hp=4b7ec9315470b8ef903982bd5ec12604cf4cef56;hpb=ccd8dcd110e04b43ae1d04a3b1ab058cc1761d8b;p=bluesky.git diff --git a/bluesky/init.c b/bluesky/init.c index 4b7ec93..82cb3aa 100644 --- a/bluesky/init.c +++ b/bluesky/init.c @@ -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();