Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- namespace HealthMonitor.Core.Common
- {
- public class CoreConsts
- {
- //public const string StatisticsRedisKey = "._CRUD_STATISTICS";
-
- public const int MAX_OPERATE_COUNT = 2000;
- public const int MAX_DYNAMIC_OPERATE_COUNT = 3000;
- //public const long MAX_DELAY_SECONDS = 20;
-
- public const int MAX_FAILURE_OPERATE_POP_COUNT = 1000;
- }
- }
|