Commit becb33d7 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Remove parallel operation for bootloader.

parent b07fe5f8
...@@ -7,7 +7,7 @@ var repair = false; ...@@ -7,7 +7,7 @@ var repair = false;
function createStorage(gadget) { function createStorage(gadget) {
return jIO.createJIO({ return jIO.createJIO({
type: "replicate", type: "replicate",
parallel_operation_attachment_amount: 10, parallel_operation_attachment_amount: 1,
parallel_operation_amount: 1, parallel_operation_amount: 1,
conflict_handling: 2, conflict_handling: 2,
signature_hash_key: 'hash', signature_hash_key: 'hash',
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.18937.8958.57907</string> </value> <value> <string>961.19028.47293.9045</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>1502265428.13</float> <float>1502288666.48</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