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:
parent
2561cbcd66
commit
81458138dd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Sidekiq
|
||||||
#
|
#
|
||||||
module Util
|
module Util
|
||||||
|
|
||||||
EXPIRY = 24 * 60 * 60
|
EXPIRY = 60 * 60
|
||||||
|
|
||||||
def constantize(camel_cased_word)
|
def constantize(camel_cased_word)
|
||||||
names = camel_cased_word.split('::')
|
names = camel_cased_word.split('::')
|
||||||
|
|
Loading…
Add table
Reference in a new issue