Skip to content

Commit

Permalink
Application now reindexes all data on startup - seems to be required …
Browse files Browse the repository at this point in the history
…if mirroring is disabled by default.
  • Loading branch information
pledbrook committed Dec 24, 2010
1 parent 5930380 commit 46ffb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails.org/grails-app/conf/BootStrap.groovy
Expand Up @@ -42,6 +42,7 @@ grails -Dinitial.admin.password=changeit run-app""")

// We manually start the mirroring process to ensure that it comes after
// Autobase performs its migrations.
searchableService.reindex()
searchableService.startMirroring()
}

Expand Down

0 comments on commit 46ffb75

Please sign in to comment.