Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
4c7c1cf9
Unverified
Commit
4c7c1cf9
authored
Aug 24, 2019
by
yann300
Committed by
GitHub
Aug 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #80 from ethereum/yann300-patch-6
Set max size Frama/Message
parents
fbfe18d7
59a5149e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
websocket.js
src/websocket.js
+3
-1
No files found.
src/websocket.js
View file @
4c7c1cf9
...
@@ -22,7 +22,9 @@ class WebSocket {
...
@@ -22,7 +22,9 @@ class WebSocket {
this
.
wsServer
=
new
WebSocketServer
({
this
.
wsServer
=
new
WebSocketServer
({
httpServer
:
this
.
server
,
httpServer
:
this
.
server
,
autoAcceptConnections
:
false
autoAcceptConnections
:
false
,
maxReceivedFrameSize
:
131072
,
maxReceivedMessageSize
:
10
*
1024
*
1024
,
})
})
this
.
wsServer
.
on
(
'request'
,
(
request
)
=>
{
this
.
wsServer
.
on
(
'request'
,
(
request
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment