CarTrackingRuleEngine/RuleEngine/Constants/QueueConstant.cs

7 lines
138 B
C#

namespace RuleEngine.Constants
{
public static class QueueConstant
{
public const int QUEUESIZE = 1024 * 8; // 8MB
}
}