X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89e976c6e57c9aa8afae00437aaf4399ea5fc58f..a187c759b7d96be951e1667080c6e24e2288f166:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 711d2ff8d..a1382e9e9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -74,5 +74,11 @@ HTTP_OK = 200 HTTP_PRECONDITION_FAILED = 412 HTTP_EXPECTATION_FAILED = 417 +#Taming FCGI +# +COUNT = 0 +MAX_COUNT = 10000 + +