Skip to content

Commit fa1f6de

Browse files
committed
Upped teh packetbuuffer size
1 parent 9a367e0 commit fa1f6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javasdk/NRSDK/src/com/neuronrobotics/sdk/common/BowlerDatagramFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class BowlerDatagramFactory {
2929
private static BowlerDatagram pool [];
3030
private static int failed=0;
3131
private static int lastIndex = 0;
32-
private static int poolDefaultSize = 1500;
32+
private static int poolDefaultSize = 8000;
3333
private static long packetTimeout = 2000;
3434

3535
static{

0 commit comments

Comments
 (0)