Skip to content
Snippets Groups Projects
Commit 468652cc authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

Had to remove the cron again

bzr revid: nicolas.vanhoren@openerp.com-20121116094118-ph3oxmwr5qhcp3c7
parent 966cadcd
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ def start_services():
netrpc_server.init_servers()
if openerp.conf.max_cron_threads:
openerp.cron.start_master_thread()
#openerp.cron.start_master_thread()
pass
# Start the top-level servers threads (normally HTTP, HTTPS, and NETRPC).
openerp.netsvc.Server.startAll()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment