We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8310e commit 513c791Copy full SHA for 513c791
1 file changed
ZkData/Ef/WHR/RatingSystems.cs
@@ -37,7 +37,7 @@ public static void Init()
37
{
38
int battles = 0;
39
data.Database.CommandTimeout = 240;
40
- for (int month = 5*12; month > 0; month--)
+ for (int month = 10*12; month > 0; month--)
41
42
DateTime minStartTime = DateTime.Now.AddMonths(-month);
43
DateTime maxStartTime = DateTime.Now.AddMonths(-month + 1);
0 commit comments