Skip to content

Commit

Permalink
set default max_connections to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 9, 2025
1 parent 8c6368f commit e8db38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source_timeout = 15
# Don't be in a hurry to set high values.
# Make sure you have enough RAM first, gradually increasing the default value.
# If set to 0, the maximum value available for your OS will be used.
max_connections = 512
max_connections = 2048

# URL to which to send a request to check the proxy.
# If it is not httpbin or a service that returns an IP address,
Expand Down

0 comments on commit e8db38e

Please sign in to comment.