Skip to content

Commit e8eaf65

Browse files
author
miao.lin
committed
Sleep more , save more.
1 parent 3eea6d6 commit e8eaf65

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
@@ -2938,7 +2938,7 @@ def mainloop(app):
29382938
while app.hasPendingEvents():
29392939
app.processEvents()
29402940
gevent.sleep()
2941-
gevent.sleep() # don't appear to get here but cooperate again
2941+
gevent.sleep(0.01) # don't appear to get here but cooperate again
29422942
def testprint():
29432943
#print 'this is running'
29442944
gevent.spawn_later(1, testprint)

0 commit comments

Comments
 (0)