2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Bump discourse_image_optim which uses a global timeout.

Our previous solution has the timeout set at the worker level
which means the total timeout would be X timeout secs * N number of
workers.
This commit is contained in:
Guo Xiang Tan 2018-07-09 10:30:18 +08:00
parent 9948f57a99
commit 72a3457379
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ gem 'unf', require: false
gem 'email_reply_trimmer', '~> 0.1'
# Forked until https://github.com/toy/image_optim/pull/149 is merged
# Forked until https://github.com/toy/image_optim/pull/162 is merged
gem 'discourse_image_optim', require: 'image_optim'
gem 'multi_json'
gem 'mustache'