From 7d66aadb65a25a97e2a28de797e1328f88498513 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 24 Mar 2009 15:35:46 -0400 Subject: Variable timeouts and client keep-alive --- src/demo.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/demo.sml') diff --git a/src/demo.sml b/src/demo.sml index 4f0cb52e..43fa5ef0 100644 --- a/src/demo.sml +++ b/src/demo.sml @@ -93,6 +93,7 @@ fun make {prefix, dirname, guided} = sql = SOME (OS.Path.joinDirFile {dir = dirname, file = "demo.sql"}), debug = false, + timeout = Int.max (#timeout combined, #timeout urp), profile = false } -- cgit v1.2.3