Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails サーバーに大きなファイルをアップロードすると、常に要求タイムアウト エラーが発生します。リクエストのタイムアウト値を変更する場所がわかりません。
webrickの場合、。というファイルがあります/usr/lib/ruby/1.9.1/webrick/config.rb。
/usr/lib/ruby/1.9.1/webrick/config.rb
場所は、バージョンとインストール方法によって異なる場合があります。そのファイルには次の行があります。
:RequestTimeout => 30変更することができます。
:RequestTimeout => 30
そして、シンでthin -t 60は、タイムアウトを60秒にし、デフォルトは30です
thin -t 60