mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 16:47:49 +08:00
9 lines
174 B
Java
9 lines
174 B
Java
package com.genersoft.iot.vmp.utils;
|
|
|
|
public class ConfigConst {
|
|
/**
|
|
* 播流最大并发个数
|
|
*/
|
|
public static final Integer MAX_STRTEAM_COUNT = 10000;
|
|
}
|