Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt authored Feb 21, 2025
1 parent a3fbe95 commit 076bac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/vtorc/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var (
"backend-read-concurrency",
viperutil.Options[int64]{
FlagName: "backend-read-concurrency",
Default: 24,
Default: 32,
Dynamic: true,
},
)
Expand All @@ -134,7 +134,7 @@ var (
"backend-write-concurrency",
viperutil.Options[int64]{
FlagName: "backend-write-concurrency",
Default: 12,
Default: 24,
Dynamic: true,
},
)
Expand Down

0 comments on commit 076bac8

Please sign in to comment.