Skip to content

Commit

Permalink
feat: core test for upm action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillu1 committed Dec 31, 2023
1 parent eef3b8e commit e24e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModiBuff/ModiBuff/Core/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class Config
private const int DefaultModifierApplierControllerPoolSize = 64;

public const int DefaultModifierArraySize = 32;
private const int DefaultDispellableSize = 4;
private const int DefaultDispellableSize = 8;
private const int DefaultModifierRemoveSize = 4;
private const int DefaultModifierIndexDictionarySize = 8;

Expand Down

0 comments on commit e24e27e

Please sign in to comment.