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.
jetty-runner.jar を実行してリクエストのタイムアウトを構成するときに渡すことができるパラメーター設定はありますか?
元:
java $JAVA_OPTS -jar server/jetty-runner.jar --port $PORT target/*.war
grails を使用して Heroku にアプリケーションをデプロイしようとしていますが、サーバー要求のタイムアウトを増やす方法がわかりません。ありがとう。
リクエストの最大長 (30 秒) は、Jetty Runner ではなく、Heroku ルーターによって設定されます。詳細については、次を参照してください。
https://devcenter.heroku.com/articles/request-timeout