X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89e976c6e57c9aa8afae00437aaf4399ea5fc58f..ed0ac139d2a68655e4e0075097e6289542343fb7:/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 + +