Skip to content

Commit bb1b0c8

Browse files
committed
Update timeout docs to clarify seconds, milliseconds.
1 parent ebe5ab2 commit bb1b0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyngrok/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ def __init__(self,
7777
#: one argument of type :py:class:`str`. ``monitor_thread`` must be set to ``True`` or the function will
7878
#: stop being called after ``ngrok`` finishes starting.
7979
self.log_event_callback: Optional[Callable[[NgrokLog], None]] = log_event_callback
80-
#: The max number of seconds to wait for ``ngrok`` to start before timing out.
80+
#: The max timeout, in seconds, to wait for ``ngrok`` to start.
8181
self.startup_timeout: int = startup_timeout
8282
#: The max number of logs to store in :class:`~pyngrok.process.NgrokProcess`'s ``logs`` variable.
8383
self.max_logs: int = max_logs
84-
#: The max timeout when making requests to ``ngrok``'s API.
84+
#: The max timeout, in seconds, when making requests to ``ngrok``'s API.
8585
self.request_timeout: float = request_timeout
8686
#: Passed to :py:class:`subprocess.Popen` when launching ``ngrok``. (Python 3 and POSIX only).
8787
self.start_new_session: bool = start_new_session

0 commit comments

Comments
 (0)