gitea/cmd
Gusted e399f0f5b4
Don't buffer doctor logger (#19982)
- We don't need to buffer the logger with a thousand capacity. It's not
a high-throughput logger, this also caused issue whereby the logger
can't keep up with repeated messages being send(somehow they are lost in
the queue?).
- Resolves #19969

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-06-16 17:10:33 +08:00
..
admin.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
admin_auth_ldap.go
admin_auth_ldap_test.go
cert.go
cmd.go fix: some typos (#19956) 2022-06-13 15:34:46 +08:00
convert.go
docs.go
doctor.go Don't buffer doctor logger (#19982) 2022-06-16 17:10:33 +08:00
dump.go Allow package dump skipping (#19506) 2022-04-26 16:30:51 -04:00
dump_repo.go
embedded.go Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
embedded_stub.go Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
generate.go
hook.go Move some helper files out of models (#19355) 2022-05-08 18:46:32 +02:00
hook_test.go
keys.go
mailer.go
manager.go
manager_logging.go Remove legacy `unknwon/com` package (#19298) 2022-04-02 00:34:57 +08:00
migrate.go
migrate_storage.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
restore_repo.go Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953) 2022-06-15 20:28:03 +08:00
serv.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
web.go
web_acme.go Update go deps (#19665) 2022-05-10 12:32:42 +02:00
web_graceful.go
web_https.go