gaoxun250@sina.com
2023-02-03 0a380c6ff916015b434c398448ae08746b6b0a4b
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;
}