make local bup repos a bit more expensive than local git repos
does have to run bup and reassemble files, after all
This commit is contained in:
parent
1bfd3922c0
commit
c5174f0cb8
2 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,8 @@ remoteCost r def = do
|
|||
|
||||
cheapRemoteCost :: Int
|
||||
cheapRemoteCost = 100
|
||||
semiCheapRemoteCost :: Int
|
||||
semiCheapRemoteCost = 150
|
||||
expensiveRemoteCost :: Int
|
||||
expensiveRemoteCost = 200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue