invalidate caches after log changes
This seems like something Annex.Sim would need to happen. And generally a really good idea.
This commit is contained in:
parent
f5f7b4a936
commit
a194e88a62
4 changed files with 10 additions and 2 deletions
|
@ -39,6 +39,7 @@ recordMaxSize uuid maxsize = do
|
|||
(buildLogNew buildMaxSize)
|
||||
. changeLog c uuid maxsize
|
||||
. parseLogNew parseMaxSize
|
||||
Annex.changeState $ \s -> s { Annex.maxsizes = Nothing }
|
||||
|
||||
buildMaxSize :: MaxSize -> Builder
|
||||
buildMaxSize (MaxSize n) = byteString (encodeBS (show n))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue