We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should federated avatars feature have a shorter timeout?
I can use Gitea but browser tab keeps on loading. Load time multiplies with number od different users that have the default avatar.
Gitea version (or commit ref): 1.11.3 Example URL
Solved with ENABLE_FEDERATED_AVATAR = false
ENABLE_FEDERATED_AVATAR = false
[picture] AVATAR_UPLOAD_PATH = /data/gitea/avatars REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars DISABLE_GRAVATAR = false ## takes too long - turn off ENABLE_FEDERATED_AVATAR = false
The text was updated successfully, but these errors were encountered:
This should be resolved with #10540
Sorry, something went wrong.
No branches or pull requests
Should federated avatars feature have a shorter timeout?
I can use Gitea but browser tab keeps on loading.
Load time multiplies with number od different users that have the default avatar.
Gitea version (or commit ref): 1.11.3
Example URL
Solved with
ENABLE_FEDERATED_AVATAR = false
The text was updated successfully, but these errors were encountered: