Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Changed settings.py game starting stack from 200 to 400
  • Loading branch information
samueltzhou committed Jan 8, 2024
1 parent f633175 commit db2865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrimmage/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'maximum_player_log_file_size': '10485760', # 10*1024*1024
'game_big_blind': '2',
'game_small_blind': '1',
'game_starting_stack': '200',
'game_starting_stack': '400',
'game_num_hands': '1000',
'game_time_restriction': '30',
'down_challenges_affect_elo': 'true',
Expand Down

0 comments on commit db2865f

Please sign in to comment.