[PR #3] [MERGED] Sleep induced slowness in gogits #14

Closed
opened 2026-02-16 10:23:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/git/pull/3
Author: @thibaultmeyer
Created: 11/9/2016
Status: Merged
Merged: 11/10/2016
Merged by: @lunny

Base: masterHead: fix/18-sleep-induced-slowness


📝 Commits (1)

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 tree_entry.go (+0 -2)

📄 Description

This pull request remove usage of sleep function who slow down git repos browsing (Issue #18).

Moved from https://github.com/gogits/git-module/pull/24


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/git/pull/3 **Author:** [@thibaultmeyer](https://github.com/thibaultmeyer) **Created:** 11/9/2016 **Status:** ✅ Merged **Merged:** 11/10/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/18-sleep-induced-slowness` --- ### 📝 Commits (1) - [`a5cddbf`](https://github.com/go-gitea/git/commit/a5cddbfb95e7682ebc95a3dfcf603009c44c7ad8) Remove "sleep" usage ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tree_entry.go` (+0 -2) </details> ### 📄 Description This pull request remove usage of _sleep_ function who slow down git repos browsing (Issue #18). Moved from https://github.com/gogits/git-module/pull/24 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:51 -05:00
yindo closed this issue 2026-02-16 10:23:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/git#14