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;
return jIO.createJIO({
type: "replicate",
conflict_handling: 2,
parallel_operation_attachment_amount: 1000,
parallel_operation_attachment_amount: 10,
check_remote_attachment_modification: false,
check_remote_attachment_creation: true,
check_remote_modification: false,
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>960.4200.19356.54459</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1497535303.22</float>
<float>1499245437.8</float>
<string>UTC</string>
</tuple>
</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