Commit b5ce9410 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: decrease delay

parent 577c9566
...@@ -965,7 +965,7 @@ ...@@ -965,7 +965,7 @@
// * it does not slow down the current page rendering // * it does not slow down the current page rendering
// * it is not triggered too often if user click on multiple links // * it is not triggered too often if user click on multiple links
// * it is triggered only if the user browse the site // * it is triggered only if the user browse the site
return RSVP.delay(60000); return RSVP.delay(20000);
}) })
.push(function () { .push(function () {
return registration.update(); return registration.update();
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>981.50758.795.2560</string> </value> <value> <string>981.50767.61227.43895</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1581435244.54</float> <float>1581435857.06</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