648540858
2023-03-17 d3027b066831437e18ce42ce7d8f0b3d428c4893
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;
}