diff --git a/TimberWinR/Parser.cs b/TimberWinR/Parser.cs index 98d4ca9..3ebfd3d 100644 --- a/TimberWinR/Parser.cs +++ b/TimberWinR/Parser.cs @@ -525,7 +525,7 @@ namespace TimberWinR.Parser Timeout = 10000; BatchCount = 10; NumThreads = 1; - Interval = 5; + Interval = 5000; QueueOverflowDiscardOldest = true; MaxQueueSize = 50000; }