mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
increased maximum buffer size
This commit is contained in:
parent
fe0a0423cb
commit
37ebe133e9
@ -130,7 +130,7 @@ public class BufferListener extends VisPlugin {
|
|||||||
private static final long TIME_MINUTE = 60*TIME_SECOND;
|
private static final long TIME_MINUTE = 60*TIME_SECOND;
|
||||||
private static final long TIME_HOUR = 60*TIME_MINUTE;
|
private static final long TIME_HOUR = 60*TIME_MINUTE;
|
||||||
|
|
||||||
final static int MAX_BUFFER_SIZE = 128;
|
final static int MAX_BUFFER_SIZE = 2048;
|
||||||
|
|
||||||
private static ArrayList<Class<? extends Parser>> bufferParsers =
|
private static ArrayList<Class<? extends Parser>> bufferParsers =
|
||||||
new ArrayList<Class<? extends Parser>>();
|
new ArrayList<Class<? extends Parser>>();
|
||||||
|
Loading…
Reference in New Issue
Block a user