Skip to content

Commit

Permalink
Increase request size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Sep 3, 2018
1 parent 8890745 commit c42664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class GbxRemote
{
const MAX_REQUEST_SIZE = 0x200000; // 2MB
const MAX_REQUEST_SIZE = 0x400000; // 4MB
const MAX_RESPONSE_SIZE = 0x400000; // 4MB

public static $received;
Expand Down

0 comments on commit c42664b

Please sign in to comment.