Decreased sample time for print information

CURA-1036
This commit is contained in:
Jaime van Kessel 2016-06-17 11:34:54 +02:00
parent 44c2a09118
commit 0b9af6055c

View file

@ -71,7 +71,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
self._error_message = None
self._update_timer = QTimer()
self._update_timer.setInterval(5000) # TODO; Add preference for update interval
self._update_timer.setInterval(2000) # TODO; Add preference for update interval
self._update_timer.setSingleShot(False)
self._update_timer.timeout.connect(self._update)