File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
push : true
37
37
platforms : linux/amd64
38
38
# tags: cdnbye/cbsignal_uws:latest
39
- tags : cdnbye/cbsignal_uws:5.1.7
39
+ tags : cdnbye/cbsignal_uws:5.1.8
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class Server {
165
165
timer = setTimeout ( ( ) => {
166
166
this . logger . info ( `polling reach timeout` ) ;
167
167
endResp ( ) ;
168
- } , 120000 ) ;
168
+ } , 97000 ) ; // cloudflare超时时间是100s
169
169
} )
170
170
. post ( "/" , ( response , request ) => {
171
171
setCorsHeaders ( response ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cbsignal_uws" ,
3
- "version" : " 5.1.7 " ,
3
+ "version" : " 5.1.8 " ,
4
4
"description" : " SwarmCloud signaling server using uWebSockets.js" ,
5
5
"main" : " index.js" ,
6
6
"bin" : " index.js" ,
You can’t perform that action at this time.
0 commit comments