diff --git a/src/rapidata/rapidata_client/flow/rapidata_flow.py b/src/rapidata/rapidata_client/flow/rapidata_flow.py index 934840b77..15ef77c47 100644 --- a/src/rapidata/rapidata_client/flow/rapidata_flow.py +++ b/src/rapidata/rapidata_client/flow/rapidata_flow.py @@ -59,8 +59,8 @@ def create_new_flow_batch( RapidataFlowItem, ) - if time_to_live is not None and time_to_live < 60: - raise ValueError("Time to live must be at least 60 seconds.") + if time_to_live is not None and time_to_live < 45: + raise ValueError("Time to live must be at least 45 seconds.") if context_assets is not None and not 1 <= len(context_assets) <= 10: raise ValueError("Context assets must contain between 1 and 10 assets.")