summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.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 /CmdLine.hs
parent4d69e01dea8515d9cbccfbf2f793c98a1a752539 (diff)
downloadkeysafe-48e49d83867a5335f5e45a42dbac202caa42cd5d.tar.gz
implemented dynamic rate limiting
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 11dd34e..67af2da 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -33,7 +33,7 @@ data Mode = Backup | Restore | UploadQueued | Server | Benchmark | Test
data ServerConfig = ServerConfig
{ serverPort :: Port
, serverAddress :: String
- , monthsToFillHalfDisk :: Int
+ , monthsToFillHalfDisk :: Integer
}
parse :: Parser CmdLine