summaryrefslogtreecommitdiff
path: root/LibTSforge/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/Common.cs')
-rw-r--r--LibTSforge/Common.cs4
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);
}