tgstation-server  4.4.0
The /tg/station 13 server suite
Limits.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Api.Models
2 {
6  public static class Limits
7  {
11  public const int MaximumStringLength = 10000;
12 
16  public const int MaximumIndexableStringLength = 100;
17 
21  public const int MaximumCommitShaLength = 40;
22  }
23 }
Sanity limits to prevent users from overloading
Definition: Limits.cs:6