-
Notifications
You must be signed in to change notification settings - Fork 372
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
added penthouse timeout option #140
Conversation
@@ -0,0 +1 @@ | |||
stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we drop the nvmrc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
One nit. Thanks |
@@ -219,6 +222,7 @@ critical.generate({ | |||
| inlineImages | `boolean` | `false` | Inline images | |||
| assetPaths | `array` | `[]` | List of directories/urls where the inliner should start looking for assets | |||
| maxImageFileSize | `integer` | `10240`| Sets a max file size (in bytes) for base64 inlined images | |||
| timeout | `integer` | `30000`| Sets a maximum timeout for the operation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The column separators should be aligned with the others.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
friendly ping on this @leogdion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. let me know if there is anything else.
Often times Penthouse times out. I allowed the ability to set the timeout used by Penthouse.