From 44e43d1b0b8b4fb10bbe8f47bd473167f29e1cf3 Mon Sep 17 00:00:00 2001 From: klchanav <31667651+klchanav@users.noreply.github.com> Date: Wed, 6 Sep 2017 02:19:41 +0800 Subject: [PATCH] Update constants.rb --- config/initializers/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index 1dac088..d9852d1 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -6,7 +6,7 @@ GET_SUPPORT = true RATE_LIMIT = false # number of seconds to wait before a channel can be updated again -RATE_LIMIT_FREQUENCY = '15' +RATE_LIMIT_FREQUENCY = '1' # main production server to handle all requests (can be a proxy) APPLICATION_IP_ADDRESS = '127.0.0.1'