requested

This commit is contained in:
yourfriend 2022-06-05 00:48:41 +03:00
parent d40e90240c
commit 4a34bb8f41
No known key found for this signature in database
GPG key ID: C28FFD8607DAC4DE

View file

@ -291,7 +291,7 @@ export class Server {
}
async startSocket(connection: Deno.Conn) {
const buffer = new Uint8Array(2048);
const buffer = new Uint8Array(1024 * 1024 * 10);
while (true) {
let count;