Skip to content

Commit

Permalink
Fixed Issue with rails warning by removing constant being reinitializ…
Browse files Browse the repository at this point in the history
…ed @ Redis Initializer
  • Loading branch information
Siddarth R committed Oct 8, 2018
1 parent ca37f42 commit 06779d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RATE_LIMIT = REDIS_CONFIG['limit']


GROUP_NAME_RESPONSE = "GROUP_NAME:"
# GROUP_NAME_RESPONSE = "GROUP_NAME:"
GROUP_GID_RESPONSE = "GROUP_GID:"
GROUP_ALL_RESPONSE = "GROUP_ALL"
GROUP_RESPONSE = "G"
Expand Down

0 comments on commit 06779d3

Please sign in to comment.