some user after login, home page freeze #2389

Closed
opened 2025-11-02 04:34:32 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @maxid on GitHub (Oct 8, 2018).

  • Gitea version (or commit ref): 378af8e
  • Git version: 2.16.1
  • Operating system: server centos 7, client mac+chrome 69.0.3497.100
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

some user after login, home page freeze

[Macaron] 2018-10-08 11:40:38: Completed GET / 200 OK in 1m24.187145695s

...

Screenshots

image

Originally created by @maxid on GitHub (Oct 8, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 378af8e - Git version: 2.16.1 - Operating system: server centos 7, client mac+chrome 69.0.3497.100 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: ## Description some user after login, home page freeze ```bash [Macaron] 2018-10-08 11:40:38: Completed GET / 200 OK in 1m24.187145695s ``` ... ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![image](https://user-images.githubusercontent.com/927429/46591927-d76ce580-caf0-11e8-9764-3e79cd53f2a7.png)
Author
Owner

@maxid commented on GitHub (Oct 8, 2018):

set DISABLE_GRAVATAR=true fixed this issue

@maxid commented on GitHub (Oct 8, 2018): set DISABLE_GRAVATAR=true fixed this issue
Author
Owner

@coolaj86 commented on GitHub (Oct 8, 2018):

This indicates that we may be not be properly setting http timeouts on the gravatar request.

That's a bug that should probably get fixed.

@coolaj86 commented on GitHub (Oct 8, 2018): This indicates that we may be not be properly setting http timeouts on the gravatar request. That's a bug that should probably get fixed.
Author
Owner

@lafriks commented on GitHub (Oct 8, 2018):

It should be DNS request first if I remember correctly

@lafriks commented on GitHub (Oct 8, 2018): It should be DNS request first if I remember correctly
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2389