Refresh the list of printers every 15 seconds instead of 10

This commit is contained in:
Guewen Baconnier
2014-11-17 16:06:28 +01:00
parent 3b63ab2648
commit 5805a6f9c4

View File

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