diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-10-14 11:06:26 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-10-14 11:06:26 -0400 |
commit | 7bf0a0124a6c8a834983a660af53d8789ac0a8ac (patch) | |
tree | 628ead017a0f1cf2138f9f9b08088debf81e1ce5 /src/fastcgi.sml | |
parent | 4e608544ebe87dd991d53ded5267f14f5df93b8b (diff) |
Interface for setting memory limits
Diffstat (limited to 'src/fastcgi.sml')
-rw-r--r-- | src/fastcgi.sml | 2 |
1 files changed, 2 insertions, 0 deletions
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]} |