Skip to content

Commit 65a15f1

Browse files
committed
added missing doc
1 parent b44de77 commit 65a15f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/questdb/ingress.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,9 @@ cdef class Sender:
22432243

22442244
@property
22452245
def auto_flush_interval(self) -> Optional[timedelta]:
2246+
"""
2247+
Time interval threshold for the auto-flush logic, or None if disabled.
2248+
"""
22462249
if not self._auto_flush_mode.enabled:
22472250
return None
22482251
if self._auto_flush_mode.interval == -1:

0 commit comments

Comments
 (0)