mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the bug of publish, server close the connection when timeout.
This commit is contained in:
parent
ffda615124
commit
836bc413f9
7 changed files with 35 additions and 15 deletions
|
@ -343,7 +343,7 @@ class RESTChats(object):
|
|||
self.__chat_lock = threading.Lock();
|
||||
|
||||
# dead time in seconds, if exceed, remove the chat.
|
||||
self.__dead_time = 30;
|
||||
self.__dead_time = 15;
|
||||
|
||||
def GET(self):
|
||||
enable_crossdomain()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue