Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase YAML Codepoint max #6

Open
wants to merge 3 commits into
base: standalone-impl
Choose a base branch
from

Conversation

jascotty2
Copy link

Fixes issues with loading configuration files larger than 3MB

@jascotty2
Copy link
Author

(Please be sure to build HeadsPlus with the expanded limit - I have a 7MB heads.yml ;)

@Thatsmusic99
Copy link
Collaborator

Will be sure to take a look into this tomorrow, I've had absolutely no time today so hopefully I'll get some tomorrow :')

@Thatsmusic99 Thatsmusic99 self-requested a review October 4, 2022 13:32
@@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.thatsmusic99</groupId>
<artifactId>ConfigurationMaster-API</artifactId>
<version>v2.0.0-BETA-2</version>
<version>v2.0.0-BETA-3</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The beta version specified was BETA-4 rather than 3, if it was 2 that's an error on my end

@@ -5,12 +5,12 @@
<parent>
<artifactId>ConfigurationMaster</artifactId>
<groupId>com.github.thatsmusic99</groupId>
<version>v2.0.0-BETA-2</version>
<version>v2.0.0-BETA-3</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same applies here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants