As i know:
- Backoff values define how long it is waited to check a file again after EOF is reached.
- Harvester: reads each file, line by line, and sends the content to the output.
So what is the relation between "backoff" and "harvester"?
and how long to harvester process is finished?
Could someone help me to clear about this?