コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5127 ビュー

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 ?

アバター
破棄
最善の回答

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;


アバター
破棄
最善の回答

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

for example

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
7月 24
2536
1
6月 24
5010
1
10月 23
10693
1
10月 23
98
1
8月 23
2193