Have you ever had an issue such timeout error in Odoo ? In case if you face this issue, you can resolve it by increasing the values for limit_time_cpu and limit_time_real. These attributes should be defined in the Odoo’s config file. Default values for them are:
limit_time_cpu = 60 limit_time_real = 120
Everytime I try to change these settings and restart the Odoo service, we cannot login or reach out server and just get 502 Server Errors.
Hi Gregory,
What are the values that you use for these settings when you experience such issue?