switching default store to RDB in example.deploy.properties
This commit is contained in:
parent
15e9eeb8dc
commit
86c27039b0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ VitroConnection.DataSource.password = vitrodbPassword
|
||||||
# this setting allows RDF data to scale beyond the limits of the JVM heap.
|
# this setting allows RDF data to scale beyond the limits of the JVM heap.
|
||||||
# Set to RDB to use the older Jena RDB store with in-memory caching.
|
# Set to RDB to use the older Jena RDB store with in-memory caching.
|
||||||
#
|
#
|
||||||
VitroConnection.DataSource.tripleStoreType = SDB
|
VitroConnection.DataSource.tripleStoreType = RDB
|
||||||
|
|
||||||
#
|
#
|
||||||
# The maximum number of active connections in the database connection pool.
|
# The maximum number of active connections in the database connection pool.
|
||||||
|
|
Loading…
Add table
Reference in a new issue