Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10f24ae

Browse files
sroetByron
authored andcommitted
change default fetch timeout to 60 s
1 parent146202c commit10f24ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen,
7979
finalizer:Union[None,
8080
Callable[[Union[subprocess.Popen,'Git.AutoInterrupt']],None]]=None,
8181
decode_streams:bool=True,
82-
timeout:float=10.0)->None:
82+
timeout:float=60.0)->None:
8383
"""Registers for notifications to learn that process output is ready to read, and dispatches lines to
8484
the respective line handlers.
8585
This function returns once the finalizer returns

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp