From ced024484333175eb138454309a9b6396f5a1f09 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 Oct 2010 11:06:26 -0400 Subject: Interface for setting memory limits --- src/fastcgi.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fastcgi.sml') diff --git a/src/fastcgi.sml b/src/fastcgi.sml index 31feaee9..5f849856 100644 --- a/src/fastcgi.sml +++ b/src/fastcgi.sml @@ -45,6 +45,8 @@ val () = addProtocol {name = "fastcgi", string sf, string "\";", newline], + string "uw_setup_limits();", + newline, string "}", newline]} -- cgit v1.2.3