upgrade ability
- if more keys are expected in the config.ini file and when updating from a previous version, defaults can be inserted if the particular keys do not already exist
This commit is contained in:
parent
99bd660f63
commit
5402130fbf
2 changed files with 44 additions and 19 deletions
|
@ -6,8 +6,8 @@ pinned = true
|
|||
# minimum number of points in your account before entering into giveaways
|
||||
minimum_points = 50
|
||||
# max number of entries in a giveaway for it to be considered
|
||||
max_entries = 900
|
||||
max_entries = 2000
|
||||
# time left in minutes of a giveaway for it to be considered
|
||||
max_time_left = 180
|
||||
max_time_left = 300
|
||||
# the minimum point value for a giveaway to be considered
|
||||
minimum_game_points = 5
|
Loading…
Add table
Add a link
Reference in a new issue