Closed The-1818 closed 4 months ago
I've found what could be changed, does anybody know where I can put these settings into existing inbound on the panel?
"streamSettings": {
"network": "grpc",
"security": "tls",
"grpcSettings": {
"serviceName": "",
"multiMode": false,
"idle_timeout": 60,
"initial_windows_size": 35536,
"permit_without_stream": true
}
}
Hello community, hope you're doing well. The free Cloudflare tier has a limitation where all gRPC streams are automatically disconnected after 100 seconds of inactivity. This causes problems with applications like SSH that need to maintain a connection to the server for long periods of time without continuously transmitting data. Any ideas how to deal with this problem?