Skip to content

Commit

Permalink
make flag values static
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 24, 2025
1 parent 0edc405 commit ea07036
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 @@ -126,7 +126,7 @@ var (
viperutil.Options[int64]{
FlagName: "backend-read-concurrency",
Default: 32,
Dynamic: true,
Dynamic: false,
},
)

Expand All @@ -135,7 +135,7 @@ var (
viperutil.Options[int64]{
FlagName: "backend-write-concurrency",
Default: 24,
Dynamic: true,
Dynamic: false,
},
)

Expand Down

0 comments on commit ea07036

Please sign in to comment.