svn commit: r828356 - /ofbiz/trunk/runtime/data/derby.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r828356 - /ofbiz/trunk/runtime/data/derby.properties

lektran
Author: lektran
Date: Thu Oct 22 08:24:35 2009
New Revision: 828356

URL: http://svn.apache.org/viewvc?rev=828356&view=rev
Log:
Added few useful derby properties, commented out but will save me having to look them up next time

Modified:
    ofbiz/trunk/runtime/data/derby.properties

Modified: ofbiz/trunk/runtime/data/derby.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/runtime/data/derby.properties?rev=828356&r1=828355&r2=828356&view=diff
==============================================================================
--- ofbiz/trunk/runtime/data/derby.properties (original)
+++ ofbiz/trunk/runtime/data/derby.properties Thu Oct 22 08:24:35 2009
@@ -21,3 +21,8 @@
 derby.storage.pageSize=8192
 derby.storage.pageReservedSpace=60
 derby.storage.fileSyncTransactionLog=true
+
+# Useful for tracking down lock wait timeouts and deadlocks
+#derby.locks.monitor=true
+#derby.locks.deadlockTrace=true
+#derby.language.logStatementText=true
\ No newline at end of file