bluesky_store_async_submit(async);
bluesky_store_async_unref(async);
- bluesky_store_sync(fs->store);
+ //bluesky_store_sync(fs->store);
}
{
g_mutex_lock(top_async->lock);
- g_print("Completed a subrequest for %s\n", async->key);
-
/* This might be the second request to finish; in that case we don't do
* anything. */
if (top_async->status == ASYNC_RUNNING) {
switch (async->op) {
case STORE_OP_GET:
- g_print("Received multirequest for %s\n", async->key);
async->status = ASYNC_RUNNING;
async->exec_time = bluesky_now_hires();
for (int i = 0; i < 2; i++) {