Decreased the background progress update rate a little.

This commit is contained in:
The Wobbler 2025-02-03 14:12:38 +01:00
parent c55c1222f0
commit 6eac6468a0

View file

@ -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