We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5fa7d commit 45fbfb8Copy full SHA for 45fbfb8
1 file changed
src/main/java/org/apache/commons/io/input/Tailer.java
@@ -446,6 +446,7 @@ public void run() {
446
} catch (final FileNotFoundException e) {
447
// in this case we continue to use the previous reader and position values
448
listener.fileNotFound();
449
+ Thread.sleep(delayMillis);
450
}
451
continue;
452
} else {
0 commit comments