Put default back

This commit is contained in:
Eric Fontana
2014-12-22 06:34:41 -05:00
parent 771aa791f1
commit d2483aa991

View File

@@ -525,7 +525,7 @@ namespace TimberWinR.Parser
Timeout = 10000;
BatchCount = 10;
NumThreads = 1;
Interval = 5;
Interval = 5000;
QueueOverflowDiscardOldest = true;
MaxQueueSize = 50000;
}