Skip to content

Debounce on file read #33529

@isidorn

Description

@isidorn

If a file is getting updated every 500ms and we need 1000ms to read that file we end up in a spot where we have too many file reads since they do not get canceled.
Optimally we would cancel an outdated file read if we need to read that file again.

Example program / large file can be found here #33378

fyi @alexandrudima

Metadata

Metadata

Assignees

Labels

debtCode quality issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions