mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Bump member count limit for the time being
This commit is contained in:
parent
4701f4b56c
commit
93e53be7db
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace PluralKit.Core {
|
||||||
|
|
||||||
public static readonly int MaxSystemNameLength = 100;
|
public static readonly int MaxSystemNameLength = 100;
|
||||||
public static readonly int MaxSystemTagLength = MaxProxyNameLength - 1;
|
public static readonly int MaxSystemTagLength = MaxProxyNameLength - 1;
|
||||||
public static readonly int MaxMemberCount = 1000;
|
public static readonly int MaxMemberCount = 1500;
|
||||||
public static readonly int MaxMembersWarnThreshold = MaxMemberCount - 50;
|
public static readonly int MaxMembersWarnThreshold = MaxMemberCount - 50;
|
||||||
public static readonly int MaxDescriptionLength = 1000;
|
public static readonly int MaxDescriptionLength = 1000;
|
||||||
public static readonly int MaxMemberNameLength = 100; // Fair bit larger than MaxProxyNameLength for bookkeeping
|
public static readonly int MaxMemberNameLength = 100; // Fair bit larger than MaxProxyNameLength for bookkeeping
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue