Skip to content

Commit

Permalink
Change default match history count
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Henderson <[email protected]>
  • Loading branch information
zbee committed Oct 13, 2023
1 parent 99c94c5 commit b53050d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hinter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Settings:
save_window_position: bool = True
detect_new_accounts: bool = True

match_history_count: int = 50
match_history_count: int = 20
friend_threshold: int = 5

show_my_rank: bool = True
Expand Down

0 comments on commit b53050d

Please sign in to comment.