Commit b3e8000c authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Adapt erp5_configurator to use jio fast synchro

parent 97289223
......@@ -32,6 +32,7 @@
conflict_handling: 1,
parallel_operation_attachment_amount: 10,
parallel_operation_amount: 10,
signature_hash_key: "modification_date",
check_local_attachment_modification: attachment_synchro,
check_local_attachment_creation: attachment_synchro,
check_remote_attachment_modification: attachment_synchro,
......@@ -45,6 +46,7 @@
check_remote_deletion: true,
signature_sub_storage: {
type: "query",
schema: {"modification_date": {type: "string", format: "date-time"}},
sub_storage: {
type: "uuid",
sub_storage: {
......
......@@ -259,7 +259,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>vincent</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -273,7 +273,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.22099.5660.20138</string> </value>
<value> <string>962.47399.35230.56951</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -291,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>1502460802.37</float>
<float>1507818827.39</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