mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #749] I can't get my library to load...? #538
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#538
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sardaukar on GitHub (May 18, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/749
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
Version 3.7.2
Firefox 60 on Linux, Koel is hosted on a Debian 8.10 NAS (x64), tried running on PHP 5.6 and 7.0
There's no error output - just the bars gif, a login screen, then back to the login screen after a long while.
I have around 750GB of music and my local SQLite DB is 28MB. Is Koel trying to load all of it at once when I login? Is that ever going to work - do I have to make the PHP timeout variable something like 10 mins?
@phanan commented on GitHub (May 21, 2018):
Maybe in a future version I'll develop a way to load content progressively, but for now – well, I think your library is too huge for Koel to handle.
@phanan commented on GitHub (May 21, 2018):
You can try to bump up the PHP memory in
php.iniinto something like 1 or 2GB and see if it works, though.@sardaukar commented on GitHub (May 21, 2018):
That seems like a waste :) thanks for the reply!