Skip to content

Commit

Permalink
Max chunk rate: 172kB/s => 256kB/s
Browse files Browse the repository at this point in the history
  • Loading branch information
shoghicp committed Sep 4, 2013
1 parent ae92c96 commit 28afadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/GeneralConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


//Players
define("MAX_CHUNK_RATE", 20 / arg("max-chunks-per-second", 3.5)); //Default rate ~172 kB/s
define("MAX_CHUNK_RATE", 20 / arg("max-chunks-per-second", 4)); //Default rate ~256 kB/s
define("PLAYER_MAX_QUEUE", 1024);

define("PLAYER_SURVIVAL_SLOTS", 36);
Expand Down

0 comments on commit 28afadc

Please sign in to comment.