Skip to content

Instantly share code, notes, and snippets.

@annacruz
Created May 27, 2016 18:14
Show Gist options
  • Save annacruz/95041b9489b1617fddf59d0475086c65 to your computer and use it in GitHub Desktop.
Save annacruz/95041b9489b1617fddf59d0475086c65 to your computer and use it in GitHub Desktop.
Aumentando o valor do timeout do unicorn com o rubymine
  • Criar um arquivo unicorn.rb com o seguinte conteúdo
if ENV['IDE_PROCESS_DISPATCHER']
timeout TIMEOUT_EM_SEG_QUE_VC_QUER
end
  • na configuração do servidor de debug colocar o seguinte
-c config/unicorn.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment