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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
5101
查看
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
|
2461 | ||
|
1
6月 24
|
4983 | ||
|
1
10月 23
|
10664 | ||
|
1
10月 23
|
98 | ||
|
1
8月 23
|
2193 |