Committed by
Ray Milkey
Decreasing event accummulator times.
Change-Id: Ida8d6d63286eedb96ef8d9bc777d6cf392e32511
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -61,8 +61,8 @@ public class DefaultTopologyProvider extends AbstractProvider | ... | @@ -61,8 +61,8 @@ public class DefaultTopologyProvider extends AbstractProvider |
61 | 61 | ||
62 | // TODO: make these configurable | 62 | // TODO: make these configurable |
63 | private static final int MAX_EVENTS = 100; | 63 | private static final int MAX_EVENTS = 100; |
64 | - private static final int MAX_IDLE_MS = 50; | 64 | + private static final int MAX_IDLE_MS = 5; |
65 | - private static final int MAX_BATCH_MS = 200; | 65 | + private static final int MAX_BATCH_MS = 50; |
66 | private static final int MAX_THREADS = 8; | 66 | private static final int MAX_THREADS = 8; |
67 | 67 | ||
68 | // FIXME: Replace with a system-wide timer instance; | 68 | // FIXME: Replace with a system-wide timer instance; | ... | ... |
-
Please register or login to post a comment