-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
When there are too many Commits, the "Contributors" page displays an "Internal Server Error." #33867
Comments
What did you mean versions? Commits, branches, tags or releases? |
Thanks for your response. When I mentioned 9,000 versions, I was referring to commit versions. |
I did reproduce that issue (linux repo is a nice tester) and this one is just a git timeout issue. Question is how to fix it because making the timeout longer feels wrong (move it to 10 minutes to fix that, then why not make it 30 to fix even larger and so on). |
Do you plan to fix this issue, or is there a chance it could be resolved? Honestly, I'm quite surprised that the renowned Gitea struggles with a slightly higher number of commits. In my opinion, 8,000 commits isn't that many. I don't mean to complain—I'm just a user benefiting from your hard work. Thank you for all your efforts! |
You can set your own timeout: [git.timeout]
DEFAULT=360 ; longer timeout in seconds You might try estimating the time need by timing
To be fair, underneath it's running log |
Following your guide, I have successfully resolved the issue. Thank you for your help—not only for solving my problem but also for your willingness to assist. |
Description
My repository has 9,000 Commits. When I click on the "Contributors" page, it first displays "This may take a while," and after ten minutes, it shows "Internal Server Error."
This issue is consistently reproducible.
Another repository with 800 Commits does not have this problem.
Here is the log after ten minutes:
log:
Gitea Version
1.23.5
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
2.47.2
Operating System
Linux
How are you running Gitea?
docker
Database
SQLite
The text was updated successfully, but these errors were encountered: