Class: Constants
- Inherits:
-
Object
- Object
- Constants
- Defined in:
- lib/constants.rb
Constant Summary collapse
- DEFAULT_WINDOW_SIZE =
set default window size and max request for limiting
60- DEFAULT_MAX_REQUEST =
100- DEFAULT_REDIS_HOST =
Default Redis host: localhost
'localhost'- DEFAULT_REDIS_PORT =
Default Redis post: 6379
6379- DEFAULT_REDIS_OPTIONS =
Default Redis options when creating a connection to Redis
{ host: DEFAULT_REDIS_HOST, port: DEFAULT_REDIS_PORT }.freeze
- DEFAULT_TORQUE_OPTIONS =
{ window_size: Constants::DEFAULT_WINDOW_SIZE, max_requests: Constants::DEFAULT_MAX_REQUEST }.freeze