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

Galleries With Multiple Images Timeout in Creation #24

Closed
jlamoreaux opened this issue Jul 8, 2020 · 1 comment · Fixed by #23
Closed

Galleries With Multiple Images Timeout in Creation #24

jlamoreaux opened this issue Jul 8, 2020 · 1 comment · Fixed by #23
Assignees
Labels
bug Something isn't working

Comments

@jlamoreaux
Copy link
Owner

Describe the bug
Galleries being created with several high-res images take a long time being created and either cause the connection to timeout or use all available resources on the server.

To Reproduce
Steps to reproduce the behavior:

  1. As an admin, go to /gallery/create
  2. Add several high-res images. (More than 6 did the trick in my case)
  3. Click create.
  4. App seems to crash and restart on server.

Expected behavior
Multiple high quality images should be handled without any issues.

Additional context
Seems to be related to this issue: jimp-dev/jimp#153

@jlamoreaux jlamoreaux added the bug Something isn't working label Jul 8, 2020
@jlamoreaux jlamoreaux self-assigned this Jul 8, 2020
@jlamoreaux
Copy link
Owner Author

Switching from JIMP to Sharp did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant