Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1842 Widoki

we have some very large purchase orders (> 80Purchase_order_lines)

Confirming such purchase orders takes very long. sometines it takes too long and gets timeout (Timeout already updated to 280)

Awatar
Odrzuć

If you are using the Enterprise Edition, you may want to get in touch with Odoo support for help with this.

Najlepsza odpowiedź

Hi,

Try adding more time in limit_time_cpu and limit_time_real this give you more time to save data.
limit_time_cpu = 3600
limit_time_real = 3600

Awatar
Odrzuć