chore: bump max switch limit in import

This commit is contained in:
alyssa 2025-07-06 12:58:52 +00:00
parent 5f08a3ed13
commit fdfa2baaef

View file

@ -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