diff options
| author | WitherOrNot | 2025-03-03 00:02:36 +0000 |
|---|---|---|
| committer | WitherOrNot | 2025-03-03 00:02:36 +0000 |
| commit | f2ad15e5a25c9cc2cdf0d198927be0562f466156 (patch) | |
| tree | fa2dda646e5cecf3e5dab1ebe3aa071a0545d0c1 /LibTSforge/Common.cs | |
| parent | 6d759899d85939c95f2b97c8e041d7b4865208f9 (diff) | |
| download | TSforge-f2ad15e5a25c9cc2cdf0d198927be0562f466156.zip | |
fix vista kms4k, add reset support
Diffstat (limited to 'LibTSforge/Common.cs')
| -rw-r--r-- | LibTSforge/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/Common.cs b/LibTSforge/Common.cs index 6973f6f..a1b4294 100644 --- a/LibTSforge/Common.cs +++ b/LibTSforge/Common.cs @@ -87,8 +87,8 @@ namespace LibTSforge 0x92, 0xA6, 0x56, 0x96 }; - // 2^31 - 1 minutes - public static ulong TimerMax = (ulong)TimeSpan.FromMinutes(2147483647).Ticks; + // 2^31 - 8 minutes + public static ulong TimerMax = (ulong)TimeSpan.FromMinutes(2147483640).Ticks; public static readonly string ZeroCID = new string('0', 48); } |
