[Search] Decrement number of pending requests
This commit is contained in:
@@ -206,6 +206,7 @@ define([
|
|||||||
.warn('Failed to index domain object ' + idToIndex);
|
.warn('Failed to index domain object ' + idToIndex);
|
||||||
})
|
})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
|
provider.pendingRequests -=1;
|
||||||
provider.keepIndexing();
|
provider.keepIndexing();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user