Commit 6cb8339a authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: decrease delay

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