Changeset 571 for trunk/grails-app/conf/Searchable.groovy
- Timestamp:
- Jun 6, 2010, 12:11:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Searchable.groovy
r562 r571 124 124 * If false, you must manage the index manually using index/unindex/reindex 125 125 */ 126 mirrorChanges = true126 mirrorChanges = false 127 127 128 128 /** … … 137 137 * which means do a non-forking, otherwise "fork" is recommended 138 138 */ 139 bulkIndexOnStartup = true139 bulkIndexOnStartup = false 140 140 141 141 /**
Note: See TracChangeset
for help on using the changeset viewer.