diff options
Diffstat (limited to 'public/dispatch.fcgi')
-rwxr-xr-x | public/dispatch.fcgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.fcgi b/public/dispatch.fcgi index 3169ba267..ad34d90e4 100755 --- a/public/dispatch.fcgi +++ b/public/dispatch.fcgi @@ -4,7 +4,7 @@ # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of requests to process before running garbage collection. # -# By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log +# By default, the FastCGI crash log is Rails.root/log/fastcgi.crash.log # and the GC period is nil (turned off). A reasonable number of requests # could range from 10-100 depending on the memory footprint of your app. # |