resetting schedule update to 500

This commit is contained in:
kushthedude 2020-02-28 00:40:11 +05:30
parent f96cb0e01f
commit 89b63bb8f8

View File

@ -203,7 +203,7 @@ TextSearchFacet.prototype._scheduleUpdate = function() {
this._timerID = window.setTimeout(function() {
self._timerID = null;
self._updateRest();
}, 2000);
}, 500);
}
};