Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5111 Visualizzazioni

In the case of importing or exporting large amount of data (like 5000 records) from odoo, It show connection lost and trying to reconnect messages. So is there any way to deal with it while working with large amount of records ?

Avatar
Abbandona
Risposta migliore

If you are using nginx, then try to increase the value of one of the following parameters in nginx config file:

proxy_connect_timeout 3600;
proxy_send_timeout 3600;
proxy_read_timeout 3600;
send_timeout 3600;


Avatar
Abbandona
Risposta migliore

When running the server give an 'limit-time-real' parameter value

for example

./odoo-bin --limit-time-real 1000

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
lug 24
2498
1
giu 24
4991
1
ott 23
10678
1
ott 23
98
1
ago 23
2193