summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-13 17:13:19 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-13 17:13:19 -0400
commit48e49d83867a5335f5e45a42dbac202caa42cd5d (patch)
tree2fb75ecd3295a0bb23d6eb393d9f0cf3ed4d663d /keysafe.hs
parent4d69e01dea8515d9cbccfbf2f793c98a1a752539 (diff)
downloadkeysafe-48e49d83867a5335f5e45a42dbac202caa42cd5d.tar.gz
implemented dynamic rate limiting
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 98e1ecb..e2b112c 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -67,8 +67,7 @@ dispatch cmdline ui storagelocations tunables possibletunables = do
go (CmdLine.Server) _ =
runServer
(CmdLine.localstoragedirectory cmdline)
- (CmdLine.serverAddress $ CmdLine.serverConfig cmdline)
- (CmdLine.serverPort $ CmdLine.serverConfig cmdline)
+ (CmdLine.serverConfig cmdline)
go CmdLine.Benchmark _ =
benchmarkTunables tunables
go CmdLine.Test _ =