revert use of Data.Map.Strict
memory profile shows this did not contribute to the memory leaks fixed in
b92b54bd42
This commit is contained in:
parent
281cde87b5
commit
1c8f5f830b
4 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ import qualified Types.Remote as Remote
|
|||
|
||||
import Data.Function
|
||||
import Control.Concurrent.STM
|
||||
import qualified Data.Map.Strict as M
|
||||
import qualified Data.Map as M
|
||||
|
||||
{- Blocks until there is a remote or remotes that need to be scanned.
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue