switching default store to RDB in example.deploy.properties

This commit is contained in:
bjl23 2011-02-04 14:19:11 +00:00
parent 15e9eeb8dc
commit 86c27039b0

View file

@ -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.