forgejo/routers/web
wxiaoguang 3af2c8e4ab
Remove the parallelizing when loading repo for dashboard (#24705)
Ref: #24638

IMO, parallelizing might run out server resources more quickly. Gitea
shouldn't use a lot of go-routine in a web handler.

And add a comment about how many repositories there could be at most.

Co-authored-by: Yarden Shoham <git@yardenshoham.com>
2023-05-14 21:45:47 +08:00
..
admin
auth
devtest
events
explore
feed
healthcheck
misc Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
org
repo Remove the parallelizing when loading repo for dashboard (#24705) 2023-05-14 21:45:47 +08:00
shared
user Add Alpine package registry (#23714) 2023-05-12 17:27:50 +00:00
auth.go
auth_windows.go
base.go Use standard HTTP library to serve files (#24693) 2023-05-13 16:04:57 +02:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add icon support for safari (#24697) 2023-05-13 21:48:56 +02:00
webfinger.go