]> git.openstreetmap.org Git - rails.git/commitdiff
Do a GC run every 10 requests.
authorTom Hughes <tom@compton.nu>
Sun, 26 Apr 2009 11:28:55 +0000 (11:28 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Apr 2009 11:28:55 +0000 (11:28 +0000)
public/dispatch.fcgi

index 3169ba26768334f7eae51d93900f2ff548223d2c..cd76b6113a89ec3192f5543cdd5e9fed61189f70 100755 (executable)
@@ -21,4 +21,4 @@
 require File.dirname(__FILE__) + "/../config/environment"
 require 'fcgi_handler'
 
-RailsFCGIHandler.process!
+RailsFCGIHandler.process! nil, 10