Skip to content

Commit

Permalink
OpenDAL write concurrent = 32
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Sep 18, 2024
1 parent 4ec727d commit 7d58719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ pub mod default {
}

pub fn opendal_upload_concurrency() -> usize {
8
32
}

pub fn upload_part_size() -> usize {
Expand Down
2 changes: 1 addition & 1 deletion src/config/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ recent_filter_rotate_interval_ms = 10000

[storage.object_store]
set_atomic_write_dir = false
opendal_upload_concurrency = 8
opendal_upload_concurrency = 32
opendal_writer_abort_on_err = false
upload_part_size = 16777216

Expand Down

0 comments on commit 7d58719

Please sign in to comment.