Skip to content

Commit

Permalink
Increase http server read buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 22, 2024
1 parent 1ff9622 commit 9fd41c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "pkg:/source/utils/StringUtils.bs"
import "pkg:/source/utils/Types.bs"

namespace Http
const BUFSIZE = 65536
const BUFSIZE = 1048576

class HttpConnection
private total_received = 0
Expand Down

0 comments on commit 9fd41c7

Please sign in to comment.