From bedf088e67d721ab697de20d64579565c9531396 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Thu, 2 Jan 2020 11:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.ini b/conf/config.ini index e60dc830..8010e4e8 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -95,7 +95,7 @@ timeoutSec=10 #http服务器字符编码,windows上默认gb2312 charSet=utf-8 #http链接超时时间 -keepAliveSecond=10 +keepAliveSecond=30 #http请求体最大字节数,如果post的body太大,则不适合缓存body在内存 maxReqSize=4096 #404网页内容,用户可以自定义404网页 @@ -192,7 +192,7 @@ port=554 #rtsps服务器监听地址 sslport=322 #在接收rtsp推流时,是否重新生成时间戳(很多推流器的时间戳着实很烂) -modifyStamp=1 +modifyStamp=0 [shell] #调试telnet服务器接受最大bufffer大小