تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
5122 أدوات العرض

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
يوليو 24
2525
1
يونيو 24
5005
1
أكتوبر 23
10689
1
أكتوبر 23
98
1
أغسطس 23
2193