diff options
author | Eike Stepper | 2010-11-02 10:26:29 +0000 |
---|---|---|
committer | Eike Stepper | 2010-11-02 10:26:29 +0000 |
commit | 6f919d64bec4708fca113670ae3fe225f492ec17 (patch) | |
tree | 86e81415dc05071d8b0a9121c75daff579e743c0 /features | |
parent | be6553d44a93167530ca5afd389c62518cd23542 (diff) | |
download | cdo-6f919d64bec4708fca113670ae3fe225f492ec17.tar.gz cdo-6f919d64bec4708fca113670ae3fe225f492ec17.tar.xz cdo-6f919d64bec4708fca113670ae3fe225f492ec17.zip |
[329237] Example for an Offline-Server in CDO
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329237
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml index c28d860a58..75737ec312 100644 --- a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml +++ b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml @@ -12,9 +12,7 @@ </acceptor> <repository name="repo1"> - <!-- - <property name="overrideUUID" value="1ff5d226-b1f0-40fb-aba2-0c31b38c764f"/> - --> + <property name="overrideUUID" value=""/> <property name="supportingAudits" value="true"/> <property name="supportingBranches" value="true"/> @@ -28,13 +26,13 @@ <property name="toManyReferences" value="ONE_TABLE_PER_REFERENCE"/> <property name="toOneReferences" value="LIKE_ATTRIBUTES"/> - <!-- + <!-- Per default, the objectTypeCache is in-memory and contains - 10,000,000 cache entries. If you want to change the size, + 10,000,000 cache entries. If you want to change the size, uncomment the following line and set the desired size. The cache can be disabled by setting a size of 0. - --> - <!-- <property name="objectTypeCacheSize" value="10000000" /> --> + --> + <!-- <property name="objectTypeCacheSize" value="10000000" /> --> </mappingStrategy> <dbAdapter name="h2"/> |