Skip to content

add user option for how overflow should be handled #12

@DavyLandman

Description

@DavyLandman

Users can choose between:

  • no special handling, users have to deal with overflow
  • over approximation without huge memory costs: in case of overflow we generate events for all files&path present. Only thing you'll miss is deletes
  • we keep track of all files and first in memory and compare in case of overflow. This option has the best fidelity, but incurs both memory and perf overhead.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions