Increase statusbar update frequency...

... to match 100ms used elsewhere.
This commit is contained in:
Sophist
2014-02-27 17:00:45 +00:00
parent d41995f5ed
commit fcd417c790

View File

@@ -225,7 +225,7 @@ class MainWindow(QtGui.QMainWindow):
self.tagger.listen_port_changed.connect(self.update_statusbar_listen_port)
self.update_statusbar_stats()
@throttle(250)
@throttle(100)
def update_statusbar_stats(self):
"""Updates the status bar information."""
self.infostatus.setFiles(len(self.tagger.files))