Skip to content

Commit b3acbec

Browse files
committed
Document ttl accuracy
1 parent 8056016 commit b3acbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/session/session_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SessionInfo:
2424
created_at (datetime): The date the session was created.
2525
user_id (str): The Aura console user-id of the user who created the session.
2626
cloud_location (Optional[CloudLocation]): The provider and region in which the session is located at.
27-
ttl (Optional[timedelta]): The time until the session is deleted if unused. The TTL gets renewed on every activity.
27+
ttl (Optional[timedelta]): The time until the session is deleted if unused. The TTL gets renewed on every activity. Rounded down to the nearest minute.
2828
errors (list[SessionError]): The list of errors related to the session.
2929
"""
3030

0 commit comments

Comments
 (0)