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

plugin: allow configuration of maxParsingTimeout #447

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

jrudolph
Copy link
Contributor

We've seen Travis builds fail because of parsing timeouts of relatively simply pages. The most likely reason is just general slowness of Travis probably paired with slow GC.

Example: akka/akka-http#3429

The timeout is mostly there because parboiled can get really slow (non-terminating?) in edge cases so increasing it shouldn't affect well-formatted pages but will help when the build machine is slow.

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru ennru merged commit 8213bc2 into lightbend:master Aug 10, 2020
@jrudolph jrudolph deleted the configurable-parsing-timeout branch February 28, 2023 12:07
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