이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
OpenCloud
/
mastodon
의 미러
https://github.com/tootsuite/mastodon
보기
1
좋아요
1
포크
0
코드
이슈
0
릴리즈
159
위키
활동
소스 검색
Add PERSISTENT_TIMEOUT option (
#11756
)
Add environment variable to so `persistent_timeout` option of puma can be changed.
tags/v3.0.0rc1
Yamagishi Kazutoshi
1 년 전
committed by
Eugen Rochko
부모
80f86f290f
커밋
bdca8da8eb
1개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config/puma.rb
+ 2
- 0
config/puma.rb
파일 보기
@@ -1,3 +1,5 @@
persistent_timeout ENV.fetch('PERSISTENT_TIMEOUT') { 20 }.to_i
threads_count = ENV.fetch('MAX_THREADS') { 5 }.to_i
threads threads_count, threads_count
쓰기
미리보기
불러오는 중...
취소
저장