commit | 534ca837b12e919b352a1b529d182c124241f578 | [log] [tgz] |
---|---|---|
author | Young-Seok <kisskys@gmail.com> | Tue Jul 16 23:54:40 2013 -0700 |
committer | Young-Seok <kisskys@gmail.com> | Tue Jul 16 23:54:40 2013 -0700 |
tree | d0ac5a4646abb8c6b4407f475aaa03e326fbae4d | |
parent | 23499321c6f58ad4e51af56ff4fc3995e9b472fd [diff] |
addressed review comments: set the default group commit time to 40ms
diff --git a/asterix-installer/src/main/resources/conf/asterix-configuration.xml b/asterix-installer/src/main/resources/conf/asterix-configuration.xml index 9f531c0..6b3133c 100644 --- a/asterix-installer/src/main/resources/conf/asterix-configuration.xml +++ b/asterix-installer/src/main/resources/conf/asterix-configuration.xml
@@ -126,9 +126,9 @@ <property> <name>txn.log.groupcommitinterval</name> - <value>10</value> + <value>40</value> <description>The group commit wait time in milliseconds. (Default = - "10" // 0.1ms) + "40" // 40ms) </description> </property>