mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix DS-1408 based on hints at http://stackoverflow.com/questions/4162557/timeout-error-trying-to-lock-table-in-h2
This commit is contained in:
@@ -32,7 +32,8 @@ default.language = en_US
|
||||
# Database name ("oracle", or "postgres")
|
||||
|
||||
db.name = oracle
|
||||
db.url = jdbc:h2:mem:test;MODE=Oracle
|
||||
# MVCC=true tells H2 to use multi-version concurrency to avoid "timeout trying to lock" errors (http://www.h2database.com/html/advanced.html#mvcc)
|
||||
db.url = jdbc:h2:mem:test;MODE=Oracle;MVCC=true
|
||||
db.driver = org.h2.Driver
|
||||
db.username = sa
|
||||
db.password = sa
|
||||
|
Reference in New Issue
Block a user