Skip to content

Commit

Permalink
reduce study reload throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 13, 2024
1 parent aeae59c commit 006c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/studyCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export default class StudyCtrl {
};

xhrReload = throttlePromiseDelay(
() => 700,
() => 500,
() => {
this.vm.loading = true;
return xhr
Expand Down

0 comments on commit 006c209

Please sign in to comment.