We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9ade78 + 7d90b22 commit dc00962Copy full SHA for dc00962
server/src/handlers/http/modal/query_server.rs
@@ -191,7 +191,8 @@ impl QueryServer {
191
if let Some(hot_tier_manager) = HotTierManager::global() {
192
hot_tier_manager.download_from_s3()?;
193
};
194
- let (localsync_handler, mut localsync_outbox, localsync_inbox) = sync::run_local_sync().await;
+ let (localsync_handler, mut localsync_outbox, localsync_inbox) =
195
+ sync::run_local_sync().await;
196
let (mut remote_sync_handler, mut remote_sync_outbox, mut remote_sync_inbox) =
197
sync::object_store_sync().await;
198
0 commit comments