Skip to content

Commit

Permalink
update connection obj timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Jun 10, 2024
1 parent d9b7ae6 commit 1125036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zboxcore/sdk/multi_operation_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
DefaultCreateConnectionTimeOut = 10 * time.Second
DefaultCreateConnectionTimeOut = 45 * time.Second
)

var BatchSize = 6
Expand Down

0 comments on commit 1125036

Please sign in to comment.