We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cee29a commit e7ae0a2Copy full SHA for e7ae0a2
coherence/client.py
@@ -916,7 +916,7 @@ class Session:
916
"""The default target address to connect to Coherence gRPC server."""
917
DEFAULT_SCOPE: Final[str] = ""
918
"""The default scope."""
919
- DEFAULT_REQUEST_TIMEOUT: Final[float] = 60.0
+ DEFAULT_REQUEST_TIMEOUT: Final[float] = 30.0
920
"""The default request timeout."""
921
DEFAULT_FORMAT: Final[str] = "json"
922
"""The default serialization format"""
0 commit comments