diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-03-24 15:35:46 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-03-24 15:35:46 -0400 |
commit | 7d66aadb65a25a97e2a28de797e1328f88498513 (patch) | |
tree | d793977e8a9a16b88dc9decb0fef10c82be4fa78 /src/compiler.sig | |
parent | 7eb964977ab596340f904388ced6a2dd6f39f943 (diff) |
Variable timeouts and client keep-alive
Diffstat (limited to 'src/compiler.sig')
-rw-r--r-- | src/compiler.sig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig index 8ef41a58..025a6bcd 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -36,7 +36,8 @@ signature COMPILER = sig exe : string, sql : string option, debug : bool, - profile : bool + profile : bool, + timeout : int } val compile : string -> unit val compileC : {cname : string, oname : string, ename : string, libs : string, profile : bool} -> unit |