adjust glacier remote cost to 1000
Higher than any other remote, this is mostly due to the long retrieval time, so it'd make sense to get a file from nearly any other remote. (Unless it's behind a very slow connection.)
This commit is contained in:
parent
f53496830a
commit
da6c738dad
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,8 @@ semiCheapRemoteCost :: Int
|
|||
semiCheapRemoteCost = 110
|
||||
expensiveRemoteCost :: Int
|
||||
expensiveRemoteCost = 200
|
||||
veryExpensiveRemoteCost :: Int
|
||||
veryExpensiveRemoteCost = 1000
|
||||
|
||||
{- Adjusts a remote's cost to reflect it being encrypted. -}
|
||||
encryptedRemoteCostAdj :: Int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue