Commit bc0fec9d authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: Modify Dropbox synchronisation parameters for higher volume and efficiency

parent d5cb562a
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
type: "replicate", type: "replicate",
query: { query: {
query: 'portal_type:"' + setting[0] + '" ', query: 'portal_type:"' + setting[0] + '" ',
limit: [0, 100], limit: [0, 200],
sort_on: [["modification_date", "descending"]] sort_on: [["modification_date", "descending"]]
}, },
use_remote_post: false, use_remote_post: false,
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
check_remote_modification: true, check_remote_modification: true,
check_remote_creation: true, check_remote_creation: true,
check_remote_deletion: true, check_remote_deletion: true,
parallel_operation_attachment_amount: 50,
parallel_operation_amount: 50,
signature_sub_storage: { signature_sub_storage: {
type: "query", type: "query",
sub_storage: { sub_storage: {
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>cedric.le.ninivin</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.26184.18077.10393</string> </value> <value> <string>962.24388.24073.63863</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1502716653.05</float> <float>1506524848.14</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