Hello, last week I had an issue where I was seeing...
# ask-questions
s
Hello, last week I had an issue where I was seeing time outs trying to connect to GB cloud using the PHP SDK. It was taking 130 seconds to timeout. I was wondering if there is a way to set the timeout?
h
With PHP, you can pass in your own HttpClient implementation to set the timeout. https://docs.growthbook.io/lib/php#loading-features
s
thank you!