skip to Main Content

PHP gRPC ignores keepalive parameters

I put these 3 parameters: grpc.keepalive_time_ms=7200000 grpc.keepalive_timeout_ms=200000 grpc.keepalive_permit_without_calls=1 in /etc/php/8.1/apache2/conf.d/20-grpc.ini, /etc/php/8.1/apache2/conf.d/custom-php.ini, /etc/php/8.1/cli/conf.d/20-grpc.ini and /etc/php/8.1/cli/conf.d/custom-php.ini. Then I restart webserver (whole Docker container) and list grpc config with php -i | grep grpc and they are missing from the output: /etc/php/8.1/cli/conf.d/20-grpc.ini, grpc…

VIEW QUESTION
Back To Top
Search