mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:34:17 +08:00
FIX: prevents race condition where the same report is loaded multiple times (#6953)
This commit is contained in:
parent
db76e5a368
commit
0e1862013a
|
@ -74,9 +74,7 @@ export default {
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
_processing--;
|
_processing--;
|
||||||
|
|
||||||
// when a request is done we want to start processing queue
|
debounce(this, this._processQueue, DEBOUNCING_DELAY);
|
||||||
// without waiting for debouncing
|
|
||||||
debounce(this, this._processQueue, DEBOUNCING_DELAY, true);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user