aboutsummaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index ad698d6..7c27afe 100644
--- a/Main.hs
+++ b/Main.hs
@@ -169,7 +169,7 @@ main = do
, stAddsPending = succ stAddsPending
, stPushesPending = succ stPushesPending
}
- AddBounce
+ AddBounce -- TODO the last trigger looks nice but may cause double add, instead track an increasing token or such
| not (S.null stWatch)
, stAddsPending == 1
|| intervalPassed (optAddCommitDelay o) now stLastAdd -> do