调整点播默认超时时间为10秒

2.7.2
648540858 2024-06-20 19:30:25 +08:00
parent 6e4268a670
commit 099c65ff40
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class UserSetting {
private Boolean seniorSdp = Boolean.FALSE;
private Integer playTimeout = 18000;
private Integer playTimeout = 10000;
private int platformPlayTimeout = 20000;