wip, polling function

This commit is contained in:
Dmitry Zuikov 2023-07-15 11:47:20 +03:00
parent 39c0ca71cc
commit 5691e20f6e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ refChanWorker env brains = do
let listRefs = listPolledRefs @e brains "refchan" <&> fmap (over _2 ( (*60) . fromIntegral) )
polling (Polling 2 5) listRefs $ \ref -> do
polling (Polling 5 5) listRefs $ \ref -> do
debug $ "POLLING REFCHAN" <+> pretty (AsBase58 ref)
broadCastMessage (RefChanGetHead @e ref)