Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
5113 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Melhor resposta

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

for example

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

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
jul. 24
2499
1
jun. 24
4992
1
out. 23
10679
1
out. 23
98
1
ago. 23
2193