aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc.properties
diff options
context:
space:
mode:
Diffstat (limited to 'mdbc-server/src/main/resources/mdbc.properties')
-rwxr-xr-xmdbc-server/src/main/resources/mdbc.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/mdbc-server/src/main/resources/mdbc.properties b/mdbc-server/src/main/resources/mdbc.properties
index 49fdfd2..60adfae 100755
--- a/mdbc-server/src/main/resources/mdbc.properties
+++ b/mdbc-server/src/main/resources/mdbc.properties
@@ -15,4 +15,10 @@ DEFAULT_DRIVERS=\
org.mariadb.jdbc.Driver \
org.postgresql.Driver
-txdaemonsleeps=15
+# whether or not to split the partitions
+partition_splitting=true
+
+write_locks_only=true
+
+#time, in seconds, between when the daemon catches up
+txdaemonsleeps=15 \ No newline at end of file