Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
033e87f1
Commit
033e87f1
authored
Feb 18, 2014
by
Matija Obreza
Browse files
Hibernate-search worker execution async
parent
3d6d0185
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/spring/spring-db.xml
View file @
033e87f1
...
...
@@ -55,6 +55,7 @@
<prop
key=
"hibernate.hbm2ddl.auto"
>
${db.hbm2ddl}
</prop>
<prop
key=
"hibernate.search.default.indexBase"
>
${lucene.indexDir}
</prop>
<prop
key=
"hibernate.search.default.exclusive_index_use"
>
false
</prop>
<prop
key=
"hibernate.search.default.worker.execution"
>
async
</prop>
</props>
</property>
<property
name=
"packagesToScan"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment