648540858
2021-12-14 0c10e8d9d3ca01fb31f632560f6089f5d2b1d585
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;
}