SZPURUIENN5UGPXU732WLGAHKTJ6EB2OSP7D42AO25AR26FIEOEQC
The `debounce` attribute is for programs that have a habit of re-opening and overwriting files several times in quick succession. This specifies a timeout in milliseconds to wait after the file was last written and closed before calling a processing command on it.
Options:
- `depth` is a recursion depth of sub-directories to watch. Defaults to 0, meaning watching only the parent directory itself.
- `keep_file` prevents automatic deletion of a processed file.
- `debounce` is useful for producers with a habit of re-opening and overwriting files several times in quick succession. This specifies a timeout in milliseconds to wait after the file was last written and closed before calling a processing command on it.