Decreased the background progress update rate a little.
This commit is contained in:
parent
c55c1222f0
commit
6eac6468a0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from PyQt6.QtWidgets import QWidget, QDockWidget, QScrollArea, QVBoxLayout
|
|||
|
||||
from .process import BackgroundProcess
|
||||
|
||||
PROGRESS_UPDATE_RATE = 60
|
||||
PROGRESS_UPDATE_RATE = 30
|
||||
PROGRESS_UPDATE_INTERVAL = 1000 // PROGRESS_UPDATE_RATE
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue