Update constants.rb

This commit is contained in:
klchanav 2017-09-06 02:19:41 +08:00 committed by GitHub
parent 9d4b74d3da
commit 44e43d1b0b

View File

@ -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'