Skip to content

Commit 513c791

Browse files
committed
whr history 5->10 years
1 parent 4b8310e commit 513c791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ZkData/Ef/WHR/RatingSystems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static void Init()
3737
{
3838
int battles = 0;
3939
data.Database.CommandTimeout = 240;
40-
for (int month = 5*12; month > 0; month--)
40+
for (int month = 10*12; month > 0; month--)
4141
{
4242
DateTime minStartTime = DateTime.Now.AddMonths(-month);
4343
DateTime maxStartTime = DateTime.Now.AddMonths(-month + 1);

0 commit comments

Comments
 (0)