mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Increase default expiry, fixes #385
This commit is contained in:
parent
430f6a9497
commit
ba2470e658
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Sidekiq
|
||||||
module Util
|
module Util
|
||||||
include ExceptionHandler
|
include ExceptionHandler
|
||||||
|
|
||||||
EXPIRY = 60 * 60
|
EXPIRY = 60 * 60 * 24
|
||||||
|
|
||||||
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