Skip to content

Commit

Permalink
Release v1.2.4 | Closes #3
Browse files Browse the repository at this point in the history
Doubled the buffer for extensive endpoint
  • Loading branch information
rumblefrog committed Mar 29, 2017
1 parent 8d6786a commit 1194a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchgdata.sp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public bool OnWebRequest(WebConnection connection, const char[] method, const ch
}

if (StrEqual(url, "/extensive")) {
char buffer[16384];
char buffer[32768];

GDataExtensive(buffer, sizeof(buffer));

Expand Down

0 comments on commit 1194a24

Please sign in to comment.