Commit 5854549302759fd56cc1a93d5f8df27bc415367b
1 parent
b4c59662
x修改心跳失效时间从180到255
Showing
2 changed files
with
2 additions
and
4 deletions
src/main/java/com/genersoft/iot/vmp/conf/SipConfig.java
| 1 | 1 | package com.genersoft.iot.vmp.conf; |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -import org.springframework.beans.factory.annotation.Value; | |
| 5 | 4 | import org.springframework.boot.context.properties.ConfigurationProperties; |
| 6 | -import org.springframework.context.annotation.Configuration; | |
| 7 | 5 | import org.springframework.stereotype.Component; |
| 8 | 6 | |
| 9 | 7 | @Component |
| ... | ... | @@ -27,7 +25,7 @@ public class SipConfig { |
| 27 | 25 | |
| 28 | 26 | Integer ptzSpeed = 50; |
| 29 | 27 | |
| 30 | - Integer keepaliveTimeOut = 180; | |
| 28 | + Integer keepaliveTimeOut = 255; | |
| 31 | 29 | |
| 32 | 30 | Integer registerTimeInterval = 60; |
| 33 | 31 | ... | ... |
src/main/resources/all-application.yml