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:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
2
Replies
5094
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jul 24
|
2454 | ||
|
1
Jun 24
|
4971 | ||
|
1
Oct 23
|
10648 | ||
|
1
Oct 23
|
98 | ||
413 Request Entity Too Large
Solved
|
|
1
Aug 23
|
2193 |