Commit f283aac1 authored by Vincent Bechu's avatar Vincent Bechu

erp5_officejs: limit number of parallel operation to 10 in bootloader

parent 25f2acec
...@@ -16,7 +16,7 @@ var repair = false; ...@@ -16,7 +16,7 @@ var repair = false;
return jIO.createJIO({ return jIO.createJIO({
type: "replicate", type: "replicate",
conflict_handling: 2, conflict_handling: 2,
parallel_operation_attachment_amount: 1000, parallel_operation_attachment_amount: 10,
check_remote_attachment_modification: false, check_remote_attachment_modification: false,
check_remote_attachment_creation: true, check_remote_attachment_creation: true,
check_remote_modification: false, check_remote_modification: false,
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>960.4200.19356.54459</string> </value> <value> <string>960.25484.60987.38638</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1497535303.22</float> <float>1499245437.8</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment