requested
This commit is contained in:
parent
d40e90240c
commit
4a34bb8f41
|
@ -291,7 +291,7 @@ export class Server {
|
||||||
}
|
}
|
||||||
|
|
||||||
async startSocket(connection: Deno.Conn) {
|
async startSocket(connection: Deno.Conn) {
|
||||||
const buffer = new Uint8Array(2048);
|
const buffer = new Uint8Array(1024 * 1024 * 10);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
let count;
|
let count;
|
||||||
|
|
Loading…
Reference in a new issue