try to fix ui freeze when filtering huge files

This commit is contained in:
2021-10-28 08:45:24 +02:00
parent e426b816ef
commit ce840819b2
4 changed files with 31 additions and 23 deletions

View File

@@ -114,7 +114,7 @@ if __name__ == "__main__":
# control back to python and allows python to react to signals
timer = QTimer()
timer.timeout.connect(lambda: None)
timer.start(500)
timer.start(100)
window = MainWindow()
window.show()