mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
refactor(ui): lower throttle to 300ms
This commit is contained in:
@@ -212,7 +212,7 @@ class AlertStore {
|
||||
});
|
||||
});
|
||||
|
||||
fetchWithThrottle = throttle(this.fetch, 500);
|
||||
fetchWithThrottle = throttle(this.fetch, 300);
|
||||
|
||||
parseAPIResponse = action(result => {
|
||||
if (result.error) {
|
||||
|
||||
Reference in New Issue
Block a user