Skip to content

Commit 11b8c30

Browse files
authored
chore: Increase default io timeout for behavior changes (#15493)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 1a469e5 commit 11b8c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/storage/src/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub fn build_operator<B: Builder>(builder: B) -> Result<Operator> {
114114
let retry_io_timeout = env::var("_DATABEND_INTERNAL_RETRY_IO_TIMEOUT")
115115
.ok()
116116
.and_then(|v| v.parse::<u64>().ok())
117-
.unwrap_or(10);
117+
.unwrap_or(60);
118118

119119
let mut timeout_layer = TimeoutLayer::new();
120120

0 commit comments

Comments
 (0)