Skip to content

Commit

Permalink
Improve performance on storage connector
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Oct 8, 2023
1 parent ea0825e commit a015231
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dash/pipe/connectors/storage/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ impl ::dash_pipe_provider::Function for Function {
ctx.disable_store_metadata();
ctx.clone()
},
items: storage
.input
.get_default_metadata()
.list(&storage.input)
.await?,
items: storage.input.get_default_metadata().list_as_empty().await?,
})
}

Expand Down

0 comments on commit a015231

Please sign in to comment.