diff --git a/base_report_to_printer/printing.py b/base_report_to_printer/printing.py index 3040ccb..e1be945 100644 --- a/base_report_to_printer/printing.py +++ b/base_report_to_printer/printing.py @@ -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):