We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9aa10 commit 4a4ac70Copy full SHA for 4a4ac70
1 file changed
Magi/Beta Version 1.1/Main.py
@@ -560,7 +560,7 @@ def __init__(self):
560
# Timer for graph updates
561
self.graph_update_timer = QTimer(self)
562
self.graph_update_timer.timeout.connect(self.update_graph)
563
- self.graph_update_timer.start(0) # Update as fast as possible
+ self.graph_update_timer.start(1000) # Update every second
564
565
# Determine the running environment
566
if getattr(sys, 'frozen', False):
0 commit comments