mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
Add config option for max shard concurrency
This commit is contained in:
parent
2039a34c16
commit
13e3289c26
4 changed files with 27 additions and 11 deletions
|
|
@ -4,5 +4,6 @@
|
|||
{
|
||||
public string Token { get; init; }
|
||||
public GatewayIntent Intents { get; init; }
|
||||
public int? MaxShardConcurrency { get; init; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue