diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-24 15:14:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-24 15:14:46 -0400 |
commit | 6c43a23fec312db30ae169b700dd8c7030a249c5 (patch) | |
tree | 469fde5fae8b2d3e31ff4bc1bb9463780bbb33c4 /Utility | |
parent | 42e08cd4575d3dc558dfe172c1f28c752d69e8c6 (diff) |
cleanup
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/WebApp.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/WebApp.hs b/Utility/WebApp.hs index a90772b10..a00a5caf2 100644 --- a/Utility/WebApp.hs +++ b/Utility/WebApp.hs @@ -84,7 +84,6 @@ fixSockAddr addr = addr -- disable buggy sloworis attack prevention code webAppSettings :: Settings - webAppSettings = setTimeout halfhour defaultSettings where halfhour = 30 * 60 |