summaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 17a1fa985..53f1a455f 100644
--- a/Config.hs
+++ b/Config.hs
@@ -51,6 +51,8 @@ remoteCost r def = do
cheapRemoteCost :: Int
cheapRemoteCost = 100
+semiCheapRemoteCost :: Int
+semiCheapRemoteCost = 150
expensiveRemoteCost :: Int
expensiveRemoteCost = 200