648540858
2022-04-28 d679a9fcf8355e56f7be79a535e81f8300c70cb5
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;
}