Skip to content

Commit 5659767

Browse files
tvalentynsergiitk
andauthored
Update sdks/python/apache_beam/utils/subprocess_server.py
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
1 parent 603bbf0 commit 5659767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/utils/subprocess_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def start(self):
189189
("grpc.max_receive_message_length", -1),
190190
("grpc.max_send_message_length", -1),
191191
# Default: 20000ms (20s), increased to 10 minutes for stability
192-
("grpc.keepalive_timeout_ms", 600000),
192+
("grpc.keepalive_timeout_ms", 600_000),
193193
# Default: 2, set to 0 to allow unlimited pings without data
194194
("grpc.http2.max_pings_without_data", 0),
195195
# Default: False, set to True to allow keepalive pings when no calls

0 commit comments

Comments
 (0)