diff options
-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 |