修复单端口模式下ssrc的释放 #667
This commit is contained in:
@@ -38,7 +38,7 @@ public class ZLMRESTfulUtils {
|
||||
// 设置读取超时时间
|
||||
httpClientBuilder.readTimeout(5,TimeUnit.SECONDS);
|
||||
// 设置连接池
|
||||
httpClientBuilder.connectionPool(new ConnectionPool(16, 10, TimeUnit.SECONDS));
|
||||
httpClientBuilder.connectionPool(new ConnectionPool(16, 5, TimeUnit.MINUTES));
|
||||
if (logger.isDebugEnabled()) {
|
||||
HttpLoggingInterceptor logging = new HttpLoggingInterceptor(message -> {
|
||||
logger.debug("http请求参数:" + message);
|
||||
|
||||
Reference in New Issue
Block a user