mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[Search] Decrement number of pending requests
This commit is contained in:
parent
14094a48fc
commit
98b5ff3c77
@ -206,6 +206,7 @@ define([
|
||||
.warn('Failed to index domain object ' + idToIndex);
|
||||
})
|
||||
.then(function () {
|
||||
provider.pendingRequests -=1;
|
||||
provider.keepIndexing();
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user