Skip to content

Commit 9fa90cc

Browse files
author
miao.lin
committed
Sleep more , save more.
1 parent e8eaf65 commit 9fa90cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bitmessageqt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ def mainloop(app):
29372937
app.processEvents()
29382938
while app.hasPendingEvents():
29392939
app.processEvents()
2940-
gevent.sleep()
2940+
gevent.sleep(0.01)
29412941
gevent.sleep(0.01) # don't appear to get here but cooperate again
29422942
def testprint():
29432943
#print 'this is running'

0 commit comments

Comments
 (0)