mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
were both beyond me, and are just the raw conflict merge data. If Kev can't figure out how they should go together by tomorrow AM (for me) I'll dig back in. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4306 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
15 lines
508 B
Properties
15 lines
508 B
Properties
#
|
|
# Hibernate configuration
|
|
#
|
|
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
|
|
|
hibernate.jdbc.use_streams_for_binary=true
|
|
hibernate.show_sql=false
|
|
hibernate.cache.use_query_cache=true
|
|
hibernate.max_fetch_depth=10
|
|
hibernate.cache.provider_class=org.alfresco.repo.cache.InternalEhCacheManagerFactoryBean
|
|
hibernate.cache.use_second_level_cache=true
|
|
hibernate.default_batch_fetch_size=1
|
|
hibernate.jdbc.batch_size=32
|
|
hibernate.connection.release_mode=auto
|
|
hibernate.connection.isolation=4 |