mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Refresh the list of printers every 15 seconds instead of 10
This commit is contained in:
committed by
Sylvain GARANCHER
parent
ebe52ef481
commit
9df607093d
@@ -37,7 +37,7 @@ from openerp.tools import ormcache
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
POLL_INTERVAL = 10 # seconds
|
||||
POLL_INTERVAL = 15 # seconds
|
||||
|
||||
|
||||
class PrintingPrinterPolling(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user