Skip to content

Commit e7ae0a2

Browse files
committed
Revert experimental change.
1 parent 7cee29a commit e7ae0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coherence/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ class Session:
916916
"""The default target address to connect to Coherence gRPC server."""
917917
DEFAULT_SCOPE: Final[str] = ""
918918
"""The default scope."""
919-
DEFAULT_REQUEST_TIMEOUT: Final[float] = 60.0
919+
DEFAULT_REQUEST_TIMEOUT: Final[float] = 30.0
920920
"""The default request timeout."""
921921
DEFAULT_FORMAT: Final[str] = "json"
922922
"""The default serialization format"""

0 commit comments

Comments
 (0)