diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-08-07 12:36:06 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-08-07 12:36:06 -0400 |
commit | 14d46d99cb31f20da0bcfbdd559703cb97bf0baa (patch) | |
tree | 1319ab6254fb8435ad3ea398d8188a7c3fbc8e15 /mdbc-server/src/main/resources/mdbc.properties | |
parent | a98c068aa9a97b73aa1423f432674485a05bdb60 (diff) |
Configurable "write only locks"
Issue-ID: MUSIC-466
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I29c9e0fab3432d152824080ac197a57e0eaf0eff
Diffstat (limited to 'mdbc-server/src/main/resources/mdbc.properties')
-rwxr-xr-x | mdbc-server/src/main/resources/mdbc.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdbc-server/src/main/resources/mdbc.properties b/mdbc-server/src/main/resources/mdbc.properties index 4d69da6..60adfae 100755 --- a/mdbc-server/src/main/resources/mdbc.properties +++ b/mdbc-server/src/main/resources/mdbc.properties @@ -18,5 +18,7 @@ DEFAULT_DRIVERS=\ # 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 |