mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 22:17:49 +08:00
调整点播默认超时时间为10秒
This commit is contained in:
parent
6e4268a670
commit
099c65ff40
@ -21,7 +21,7 @@ public class UserSetting {
|
|||||||
|
|
||||||
private Boolean seniorSdp = Boolean.FALSE;
|
private Boolean seniorSdp = Boolean.FALSE;
|
||||||
|
|
||||||
private Integer playTimeout = 18000;
|
private Integer playTimeout = 10000;
|
||||||
|
|
||||||
private int platformPlayTimeout = 20000;
|
private int platformPlayTimeout = 20000;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user