summaryrefslogtreecommitdiff
path: root/LibTSforge/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/Common.cs')
-rw-r--r--LibTSforge/Common.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibTSforge/Common.cs b/LibTSforge/Common.cs
index 4d61770..a45870d 100644
--- a/LibTSforge/Common.cs
+++ b/LibTSforge/Common.cs
@@ -81,7 +81,7 @@ namespace LibTSforge
};
// 2^31 - 8 minutes
- public static ulong TimerMax = (ulong)TimeSpan.FromMinutes(2147483640).Ticks;
+ public static readonly ulong TimerMax = (ulong)TimeSpan.FromMinutes(2147483640).Ticks;
public static readonly string ZeroCID = new string('0', 48);
}