summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 3da20c6..f4ee878 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -79,6 +79,7 @@ dispatch cmdline ui tunables possibletunables = do
restoreServer (CmdLine.localstoragedirectory cmdline) d
go (CmdLine.Chaff hn) _ = storeChaff hn
(CmdLine.serverPort (CmdLine.serverConfig cmdline))
+ (CmdLine.chaffMaxDelay cmdline)
go CmdLine.Benchmark _ =
benchmarkTunables tunables
go CmdLine.Test _ =