mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: bump max switch limit in import
This commit is contained in:
parent
5f08a3ed13
commit
fdfa2baaef
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ public partial class BulkImporter
|
|||
? existingSwitches.Select(sw => sw.Id).Max()
|
||||
: (SwitchId?)null;
|
||||
|
||||
if (switches.Count > 10000)
|
||||
if (switches.Count > 100000)
|
||||
throw new ImportException("Too many switches present in import file.");
|
||||
|
||||
// Import switch definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue