resetting schedule update to 500
This commit is contained in:
parent
f96cb0e01f
commit
89b63bb8f8
@ -203,7 +203,7 @@ TextSearchFacet.prototype._scheduleUpdate = function() {
|
||||
this._timerID = window.setTimeout(function() {
|
||||
self._timerID = null;
|
||||
self._updateRest();
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user