Skip to content

Commit

Permalink
fix: debounce time
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Dec 11, 2024
1 parent ff57051 commit 0cbfc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/src/ts/components/LogsViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ export default class LogsViewer extends ComponentAbstract implements DomLifecycl

#debouncedRefreshView = debounce(() => {
this.refreshView();
}, 500);
}, 200);
}

0 comments on commit 0cbfc26

Please sign in to comment.