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

Add max-clients option #61

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Add max-clients option #61

merged 1 commit into from
Jan 24, 2025

Conversation

supercaracal
Copy link
Contributor

@supercaracal supercaracal commented Jan 23, 2025

@supercaracal supercaracal marked this pull request as ready for review January 23, 2025 07:09
@supercaracal supercaracal requested a review from etsxxx January 23, 2025 07:09
@@ -272,7 +284,7 @@ func (c *Conf) includeConfigure(mainConfPath string, pathList []string) {

func NewConfigure(confPath string) *Conf {
var conf map[string]interface{}
bin, err := ioutil.ReadFile(confPath)
bin, err := os.ReadFile(confPath)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@supercaracal supercaracal merged commit 656a417 into master Jan 24, 2025
1 check passed
@supercaracal supercaracal deleted the add-max-clients-option branch January 24, 2025 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants