Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oxogenesis authored Oct 12, 2019
1 parent 4ab55b1 commit 3763d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function startClientServer() {
ClientServer = new WebSocket.Server({
port: 3000, //to bind on 80, must use 'sudo node main.js'
clientTracking: true,
maxPayload: 10240
maxPayload: 1024000
})

ClientServer.on('connection', function connection(ws) {
Expand Down

0 comments on commit 3763d5c

Please sign in to comment.