Skip to Content
Menú
This question has been flagged
2 Respostes
5099 Vistes

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
Descartar
Best Answer

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
Descartar
Best Answer

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

for example

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de jul. 24
2460
1
de juny 24
4983
1
d’oct. 23
10664
1
d’oct. 23
98
1
d’ag. 23
2193