Put delay for tap to tab transactions back to 5 minutes

This commit is contained in:
benji 2016-02-04 18:15:58 +01:00
parent bcfa1670dd
commit 69d458cfa9

View file

@ -21,6 +21,6 @@ module Tab002
# config.i18n.default_locale = :de
config.active_record.raise_in_transactional_callbacks = true
config.active_job.queue_adapter = :delayed_job
config.call_api_after = 5.seconds
config.call_api_after = 5.minutes
end
end