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

Commite854572

Browse files
Automatic refresh only every 1 second
Going to phase out the scheduled refreshes, and this will make bugsmore obvious in the meantime
1 parent06b9400 commite854572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎bpython/curtsies.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ def request_refresh(when='now'):
8282

8383
defevent_or_refresh(timeout=None):
8484
iftimeoutisNone:
85-
timeout=.2
85+
timeout=1
8686
else:
87-
timeout=min(.2,timeout)
87+
timeout=min(1,timeout)
8888
starttime=time.time()
8989
whileTrue:
9090
t=time.time()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp