Skip to content

Commit

Permalink
OpenDAL write concurrent = 256
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Sep 19, 2024
1 parent 7d58719 commit aca8453
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 {
32
256
}

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 = 32
opendal_upload_concurrency = 256
opendal_writer_abort_on_err = false
upload_part_size = 16777216

Expand Down

0 comments on commit aca8453

Please sign in to comment.