summaryrefslogtreecommitdiff
path: root/src/demo.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-03-24 15:35:46 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-03-24 15:35:46 -0400
commit7d66aadb65a25a97e2a28de797e1328f88498513 (patch)
treed793977e8a9a16b88dc9decb0fef10c82be4fa78 /src/demo.sml
parent7eb964977ab596340f904388ced6a2dd6f39f943 (diff)
Variable timeouts and client keep-alive
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml1
1 files changed, 1 insertions, 0 deletions
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
}