1
0
Fork 0
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:
Mike Perham 2012-09-08 19:50:03 -07:00
parent 430f6a9497
commit ba2470e658

View file

@ -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('::')