Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: default connections in cloudflare to lower
  • Loading branch information
Cherry committed Jan 31, 2025
commit b1b39c7d9ffaaaacddf497334776a6c55237b25c
2 changes: 1 addition & 1 deletion cf/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function parseOptions(a, b) {

const ints = ['idle_timeout', 'connect_timeout', 'max_lifetime', 'max_pipeline', 'backoff', 'keep_alive']
const defaults = {
max : 10,
max : 3,
ssl : false,
idle_timeout : null,
connect_timeout : 30,
Expand Down