648540858
2022-11-08 cc4c4ac144600d08d53dcbb97d24fc2186c34a50
1
2
3
4
5
6
7
8
package com.genersoft.iot.vmp.utils;
 
public class ConfigConst {
    /**
     * 播流最大并发个数
     */
    public static final Integer MAX_STRTEAM_COUNT = 10000;
}