Finish up loading of checkpoints from cloud logs.
[bluesky.git] / bluesky / store-s3.c
index 7d70642..8ffc296 100644 (file)
@@ -83,6 +83,7 @@ static void s3store_task(gpointer a, gpointer s)
     S3Store *store = (S3Store *)s;
 
     async->status = ASYNC_RUNNING;
+    async->exec_time = bluesky_now_hires();
 
     if (async->op == STORE_OP_GET) {
         struct get_info info;