This question has been flagged

Hi, 


I confirm a big PO and it stays loading for about 10 minutes until it disconnects. 

I tried to double the odoo.conf 


limit_time_cpu = 1200
limit_time_real = 1600
I also increased proxy_read_timeout to 20 minutes, but nothing so far.
Any idea?
Thanks,
Avatar
Discard
Best Answer

Hi, with limit_time_cpu = 1200 if you task take more than 1200/60 = 20 min going to stop and probably return an error "Maximum Connection Timeout". Just try adding more time, and if is that will be ok.
limit_time_cpu = 3600
limit_time_real = 3600

Avatar
Discard