Quote Originally Posted by Kes13a View Post
so... I have a concern about this experiment...

the IP address that is in this "proof" is 204.2.229.9
this IP is not based out of California, which is where the NA data center is located. (I doubt somehow that the login server for -anywhere- is going to be located in Kansas...)

that tends to raise a few concerns about the validity and the methodology of this "proof"
How are you getting Kansas?


Quote Originally Posted by Larirawiel View Post
We don't know how it is implemented. If it is simple constant like:

int32_t minutes = {15};

Then it is very easy to fix and i doubt that this will break other things. You could mitigate it with:

int32_t minutes = {1500000};


Cheers
I like the valve employee approach!
//int32_t minutes = {15};
//Why did we code this? This is terrible, never do this.