Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce handle connect event time in the access log module #174

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

mrproliu
Copy link
Contributor

When a large number of connections are generated, the access log module may affect the generation of access logs due to the slow processing of connect events.
Therefore, in this PR, the parsing performance for connect events has been improved.

@mrproliu mrproliu added the enhancement New feature or request label Dec 30, 2024
@mrproliu mrproliu added this to the 0.8.0 milestone Dec 30, 2024
@mrproliu mrproliu marked this pull request as draft December 30, 2024 10:13
@mrproliu mrproliu marked this pull request as ready for review December 30, 2024 10:39
@mrproliu mrproliu requested a review from wu-sheng December 30, 2024 10:39
@wu-sheng wu-sheng merged commit 935aece into main Dec 30, 2024
28 checks passed
@wu-sheng wu-sheng deleted the reduce-handle-connect-time branch December 30, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants