Skip to content

BB-184 Update Ocim default values.

Josue Balandrano Coronel requested to merge josuebc/BB-184 into master

This PR changes the default EDXAPP_WORKERS and MAX_REQ values. After a lot of testing we started using 14 threads for a specific client with a lot of traffic and it worked great. This is the reason why we're suggesting a change in the default thread number. The max request has also been lowered to 1000 for both cms and lms to avoid memory leaks.

Merge request reports