Browse Source

Update 'server/game_api.py'

kirkleon 5 years ago
parent
commit
e916244d64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/game_api.py

+ 1 - 1
server/game_api.py

@@ -7,7 +7,7 @@ import lib
 
 game = Blueprint("game", __name__)
 
-stock_target = 5
+stock_target = 20
 # (gen_method, only_america): lib.PointSource
 sources = {
     ("MAPCRUNCH", False): lib.MapCrunchPointSource(stock_target=stock_target, max_retries=1000, only_america=False),