Skip to content

Commit 9812053

Browse files
committed
increase ttl
1 parent dd4dc50 commit 9812053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cadence/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def create(cls, service: str, method_name: str, thrift_payload: bytes):
180180
# PollForActivityTask is hardcoded on the server to timeout at
181181
# 60 seconds, so the ttl needs to be slightly more so that it
182182
# does not fail.
183-
o.ttl = 100000
183+
o.ttl = 140000
184184
return o
185185

186186
@staticmethod

0 commit comments

Comments
 (0)