Skip to content

Commit

Permalink
Revert unwanted configuration change
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Feb 12, 2025
1 parent f11d7f9 commit 5ea8a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/vttablet/tabletserver/tabletenv/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@ var defaultConfig = TabletConfig{
TxTimeout: 30 * time.Second,
},
Oltp: OltpConfig{
QueryTimeout: 30 * time.Minute,
TxTimeout: 30 * time.Minute,
QueryTimeout: 30 * time.Second,
TxTimeout: 30 * time.Second,
MaxRows: 10000,
},
Healthcheck: HealthcheckConfig{
Expand Down

0 comments on commit 5ea8a96

Please sign in to comment.