[MERGE] trunk
authorAntony Lesuisse <al@openerp.com>
Sun, 9 Dec 2012 18:26:43 +0000 (19:26 +0100)
committerAntony Lesuisse <al@openerp.com>
Sun, 9 Dec 2012 18:26:43 +0000 (19:26 +0100)
bzr revid: al@openerp.com-20121209182643-9fv5ge2b2r2hrpbv

1  2 
openerp/service/__init__.py

@@@ -83,9 -84,11 +84,8 @@@ def start_services()
      netrpc_server.init_servers()
  
      # Start the main cron thread.
-     if openerp.conf.max_cron_threads:
-         openerp.cron.start_master_thread()
+     cron.start_master_thread()
  
 -    # Start the top-level servers threads (normally HTTP, HTTPS, and NETRPC).
 -    openerp.netsvc.Server.startAll()
 -
      # Start the WSGI server.
      openerp.service.wsgi_server.start_server()