[PR #2724] [MERGED] Use buffersize to reduce database connection when iterate #16558

Closed
opened 2025-11-02 12:13:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2724
Author: @lunny
Created: 10/17/2017
Status: Merged
Merged: 10/21/2017
Merged by: @lunny

Base: masterHead: lunny/reduce_conn_when_iterate


📝 Commits (4)

  • 84d0965 use buffersize to reduce database connection when iterate
  • 6767a59 fix typo
  • 9d6515f add default value on app.ini comment
  • 1e64ec2 Merge branch 'master' into lunny/reduce_conn_when_iterate

📊 Changes

7 files changed (+19 additions, -15 deletions)

View changed files

📝 conf/app.ini (+2 -0)
📝 models/migrations/v19.go (+1 -1)
📝 models/migrations/v22.go (+1 -1)
📝 models/migrations/v26.go (+1 -1)
📝 models/repo.go (+2 -2)
📝 models/user.go (+1 -1)
📝 modules/setting/setting.go (+11 -9)

📄 Description

No description provided


🔄 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/gitea/pull/2724 **Author:** [@lunny](https://github.com/lunny) **Created:** 10/17/2017 **Status:** ✅ Merged **Merged:** 10/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/reduce_conn_when_iterate` --- ### 📝 Commits (4) - [`84d0965`](https://github.com/go-gitea/gitea/commit/84d096531c4c4d7f9bb66ccd4457cfd2ff4a6d5a) use buffersize to reduce database connection when iterate - [`6767a59`](https://github.com/go-gitea/gitea/commit/6767a59dae41bdc808c8f8c451d3a2f990c523e8) fix typo - [`9d6515f`](https://github.com/go-gitea/gitea/commit/9d6515f175670215e6f10cefb44e98a7bf7c81e2) add default value on app.ini comment - [`1e64ec2`](https://github.com/go-gitea/gitea/commit/1e64ec2c52211676412ee904c460f87e6b6533a7) Merge branch 'master' into lunny/reduce_conn_when_iterate ### 📊 Changes **7 files changed** (+19 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+2 -0) 📝 `models/migrations/v19.go` (+1 -1) 📝 `models/migrations/v22.go` (+1 -1) 📝 `models/migrations/v26.go` (+1 -1) 📝 `models/repo.go` (+2 -2) 📝 `models/user.go` (+1 -1) 📝 `modules/setting/setting.go` (+11 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:13:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16558