Skip to content

Commit

Permalink
Changed default value of UsePreparedStatements flag in hasura config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Mar 14, 2023
1 parent f6e4b18 commit 3487f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type HasuraSource struct {
func (h *Hasura) UnmarshalYAML(unmarshal func(interface{}) error) error {
h.Source = &HasuraSource{
Name: "default",
UsePreparedStatements: true,
UsePreparedStatements: false,
IsolationLevel: "read-committed",
}

Expand Down

0 comments on commit 3487f43

Please sign in to comment.