refactor(ui): lower throttle to 300ms

This commit is contained in:
Łukasz Mierzwa
2018-08-21 20:39:09 +01:00
parent 86815c95dd
commit 467364f383
+1 -1
View File
@@ -212,7 +212,7 @@ class AlertStore {
});
});
fetchWithThrottle = throttle(this.fetch, 500);
fetchWithThrottle = throttle(this.fetch, 300);
parseAPIResponse = action(result => {
if (result.error) {