Skip to content

Commit

Permalink
packet limit is 250 now
Browse files Browse the repository at this point in the history
  • Loading branch information
phoshp committed Dec 3, 2019
1 parent 8968f87 commit 75c40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/SessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SessionManager{
protected $name = "";

/** @var int */
protected $packetLimit = 200;
protected $packetLimit = 250;

/** @var bool */
protected $shutdown = false;
Expand Down

0 comments on commit 75c40e5

Please sign in to comment.