We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apollo官方写的 注1:由于服务端会hold住请求30秒,所以请确保客户端访问服务端的超时时间要大于30秒,最好是60秒以上,因为Apollo后续可能会调整服务端hold住请求的时间为60秒。
目前写的35秒会超时,改成60秒以上则正常
The text was updated successfully, but these errors were encountered:
是的,目前新版本的服务已经调整为服务端hold住请求为60秒了。
https://github.com/ctripcorp/apollo/blob/master/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/wrapper/DeferredResultWrapper.java#L19
Sorry, something went wrong.
No branches or pull requests
apollo官方写的 注1:由于服务端会hold住请求30秒,所以请确保客户端访问服务端的超时时间要大于30秒,最好是60秒以上,因为Apollo后续可能会调整服务端hold住请求的时间为60秒。
目前写的35秒会超时,改成60秒以上则正常
The text was updated successfully, but these errors were encountered: