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

Large bookmark files timeout #120

Closed
newpdv opened this issue Apr 28, 2020 · 2 comments · Fixed by #127
Closed

Large bookmark files timeout #120

newpdv opened this issue Apr 28, 2020 · 2 comments · Fixed by #127
Assignees
Milestone

Comments

@newpdv
Copy link

newpdv commented Apr 28, 2020

Bookmark files larger than ~200 links cause a web server (nginx) timeout.
This is not a code issue. But it would be more correct to import such files without waiting on the client side (for example, with AJAX requests).

@Kovah
Copy link
Owner

Kovah commented Apr 28, 2020

I noticed this too while testing the import. I think some kind of Ajax implementetion could solve the issue.

BTW: thank you very much fo sponsoring! 😊 ❤️

@Kovah Kovah added this to the v1.0.0 milestone Apr 28, 2020
@Kovah Kovah self-assigned this Apr 28, 2020
@newpdv
Copy link
Author

newpdv commented Apr 28, 2020

The best solution would be to import in the background, although it is more difficult to implement

@Kovah Kovah modified the milestones: v1.0.0, v0.0.36 Apr 30, 2020
@Kovah Kovah linked a pull request May 5, 2020 that will close this issue
@Kovah Kovah closed this as completed in #127 May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants