Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
5165 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Beste Antwort

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

for example

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

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Juli 24
2598
1
Juni 24
5063
1
Okt. 23
10740
1
Okt. 23
98
1
Aug. 23
2193