This commit is contained in:
Joey Hess 2021-12-14 13:53:36 -04:00
parent 681d8611be
commit a03e9107cb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -97,7 +97,7 @@ defaultLimit :: Int
defaultLimit = 10240
{- How close together in seconds changes to the queue have to be happening
- in order for it to keep accumulate actions, rather than running actions
- in order for it to keep accumulating actions, rather than running actions
- immediately. -}
defaultTimelimit :: NominalDiffTime
defaultTimelimit = 60 * 5