Skip to content

Commit

Permalink
add XmlBeansLogManager
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1921960 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 19, 2024
1 parent fd9e419 commit 336d783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class XmlBeansLogManager {

// Sleep time in milliseconds (10 minutes)
private static final long SLEEP_TIME = 10 * 60 * 1000;
private static long LAST_TIME = System.currentTimeMillis();
private static long LAST_TIME = 0;

private XmlBeansLogManager() {
}
Expand Down

0 comments on commit 336d783

Please sign in to comment.