diff --git a/extras/story_cacher.rb b/extras/story_cacher.rb index ba78109..a546d07 100644 --- a/extras/story_cacher.rb +++ b/extras/story_cacher.rb @@ -17,7 +17,7 @@ class StoryCacher begin s = Sponge.new # we're not doing this interactively, so take a while - s.timeout = 20 + s.timeout = 45 res = s.fetch(db_url) if res.present? j = JSON.parse(res)