This commit is contained in:
voidlizard 2024-11-06 12:54:21 +03:00
parent 5cb86b714d
commit db15709e87
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ runBurstMachine BurstMachine{..} = do
atomically do
e <- headDef bu0 . Map.elems <$> readTVar _rates
writeTVar _rates mempty
nrates <- readTVar _rates <&> take 100 . Map.toList
writeTVar _rates (Map.fromList nrates)
modifyTVar _buMaxReal (max e)