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
committed by Sylvain GARANCHER
parent ebe52ef481
commit 9df607093d

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