Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d9dde28

Browse files
authored
Update outdated flushMode default value from AUTO to COMMIT (#644)
1 parent 625c2a0 commit d9dde28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/configuration/configurationReference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ You can refer to the link:../api/org/grails/orm/hibernate/connections/HibernateC
33
[format="csv", options="header"]
44
|===
55
name,description,default value
6-
`grails.gorm.flushMode`, The flush mode to use, `AUTO`
6+
`grails.gorm.flushMode`, The flush mode to use, `COMMIT`
77
`grails.gorm.failOnError`, Whether to throw an exception on validation error, `false`
88
`grails.gorm.default.mapping`,The default mapping to apply to all classes, `null`
99
`grails.gorm.default.constraints`,The default constraints to apply to all classes, `null`

0 commit comments

Comments
 (0)