Skip to content

Commit 56fc919

Browse files
committed
Reduce passenger_max_requests
1 parent 586d8f1 commit 56fc919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎conf/docs.ruby-lang.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
server_name localhost;
124124
root /var/rubydoc/rurema-search/current/public;
125125
passenger_enabled on;
126-
passenger_max_requests 500000;
126+
passenger_max_requests 50000;
127127

128128
# add_header Cache-Control "private";
129129
add_header Cache-Control "public, max-age=3600, s-maxage=172800, stale-while-revalidate=86400, stale-if-error=60";

0 commit comments

Comments
 (0)