|
@@ -486,7 +486,7 @@ public class PlayController {
|
|
|
@RequestParam("deviceId") String deviceId,
|
|
|
@RequestParam(value = "waitTime",
|
|
|
required = false,
|
|
|
- defaultValue = "5000") int waitTime,
|
|
|
+ defaultValue = "15000") int waitTime,
|
|
|
@RequestParam(value = "app") String app,
|
|
|
@RequestParam(value = "stream") String stream
|
|
|
){
|