Skip to content

Commit 1562df9

Browse files
committed
debug on timeout
Signed-off-by: gabrik <[email protected]>
1 parent f987a98 commit 1562df9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cdds/policy.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def __init__(self):
8888

8989

9090

91-
DDS_V_State = [Reliable(dds_secs(60)), KeepLastHistory(1), Volatile(), ManualInstanceDispose(), SourceTimestampOrder()]
92-
DDS_TL_State = [Reliable(dds_secs(60)), KeepLastHistory(1), TransientLocal(), ManualInstanceDispose(), SourceTimestampOrder()]
91+
DDS_V_State = [Reliable(), KeepLastHistory(1), Volatile(), ManualInstanceDispose(), SourceTimestampOrder()]
92+
DDS_TL_State = [Reliable(), KeepLastHistory(1), TransientLocal(), ManualInstanceDispose(), SourceTimestampOrder()]
9393
DDS_State = DDS_V_State
9494

95-
DDS_Event = [Reliable(dds_secs(60)), KeepAllHistory(), ManualInstanceDispose(), SourceTimestampOrder()]
95+
DDS_Event = [Reliable(), KeepAllHistory(), ManualInstanceDispose(), SourceTimestampOrder()]

0 commit comments

Comments
 (0)