diff options
-rw-r--r-- | news.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ main = do hSetBuffering stdout LineBuffering [url, delayString] <- getArgs let delay = read delayString :: Int - let bloom0 = Bloom.fromList (Bloom.cheapHashes 3) 1024 [""] + let bloom0 = Bloom.fromList (Bloom.cheapHashes 3) 4096 [""] rec url delay bloom0 return () where |