Skip to content

Commit

Permalink
Merge b6c1334 into 5463164
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Feb 1, 2017
2 parents 5463164 + b6c1334 commit f915512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/apache/commons/io/input/Tailer.java
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ public void run() {
} catch (final FileNotFoundException e) {
// in this case we continue to use the previous reader and position values
listener.fileNotFound();
Thread.sleep(delayMillis);
}
continue;
} else {
Expand Down

0 comments on commit f915512

Please sign in to comment.