Reduce the polling delay

This commit is contained in:
Raphaël Jakse 2020-04-02 19:08:18 +02:00
parent b972939b38
commit 9c82a9ba84
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(function () {
"use strict";
var POLLING_DELAY = 5000;
var POLLING_DELAY = 2000;
var _ = (window.libD && libD.l10n) ? libD.l10n() : function (s) { return s; };