1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

24 -> 1 hr

This commit is contained in:
Mike Perham 2012-05-12 14:02:32 -07:00
parent 2561cbcd66
commit 81458138dd

View file

@ -4,7 +4,7 @@ module Sidekiq
#
module Util
EXPIRY = 24 * 60 * 60
EXPIRY = 60 * 60
def constantize(camel_cased_word)
names = camel_cased_word.split('::')