mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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
|
|
@ -11,5 +11,7 @@ namespace PluralKit.Bot
|
|||
// and fall back to the separate default array at the use site :)
|
||||
// This does bind [] as null (therefore default) instead of an empty array, but I can live w/ that.
|
||||
public string[] Prefixes { get; set; }
|
||||
|
||||
public int? MaxShardConcurrency { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue