Skip to content

Commit ac4c1f5

Browse files
committed
Reduce outbound packet latency
1 parent f60a46a commit ac4c1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/itxtech/nemisys/network/RakNetInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public RakNetInterface(Server server, NemisysMetrics metrics) {
119119
for (NemisysRakNetSession session : sessionsToTick.get()) {
120120
session.sendOutbound();
121121
}
122-
}, 0, 50, TimeUnit.MILLISECONDS));
122+
}, 0, 10, TimeUnit.MILLISECONDS));
123123
}
124124
}
125125

0 commit comments

Comments
 (0)