mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
9a96539b4a
commit
d8e56f72b3
|
@ -655,9 +655,11 @@ downloadDispatcher brains env = flip runContT pure do
|
||||||
pause @'Seconds 10
|
pause @'Seconds 10
|
||||||
size <- atomically $ readTVar blkQ <&> HPSQ.size
|
size <- atomically $ readTVar blkQ <&> HPSQ.size
|
||||||
seenSize <- atomically $ readTVar seen <&> HPSQ.size
|
seenSize <- atomically $ readTVar seen <&> HPSQ.size
|
||||||
|
sizeCacheSize <- atomically $ readTVar sizeCache <&> HPSQ.size
|
||||||
debug $ yellow $ "I'm download dispatcher"
|
debug $ yellow $ "I'm download dispatcher"
|
||||||
debug $ yellow $ "wip:" <+> pretty size
|
debug $ yellow $ "wip:" <+> pretty size
|
||||||
debug $ yellow $ "seen:" <+> pretty seenSize
|
debug $ yellow $ "seen:" <+> pretty seenSize
|
||||||
|
debug $ yellow $ "sizes:" <+> pretty sizeCacheSize
|
||||||
|
|
||||||
where
|
where
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue