Skip to content

Commit

Permalink
Update outdated flushMode default value from AUTO to COMMIT (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimkorn authored Dec 20, 2022
1 parent 625c2a0 commit d9dde28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ You can refer to the link:../api/org/grails/orm/hibernate/connections/HibernateC
[format="csv", options="header"]
|===
name,description,default value
`grails.gorm.flushMode`, The flush mode to use, `AUTO`
`grails.gorm.flushMode`, The flush mode to use, `COMMIT`
`grails.gorm.failOnError`, Whether to throw an exception on validation error, `false`
`grails.gorm.default.mapping`,The default mapping to apply to all classes, `null`
`grails.gorm.default.constraints`,The default constraints to apply to all classes, `null`
Expand Down

0 comments on commit d9dde28

Please sign in to comment.