mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 12:47:42 +01:00
e399f0f5b4
- 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>