From 8ef8c325692a66b44c45bf8c5635694ff1cc404a Mon Sep 17 00:00:00 2001 From: Paulo Viadanna Date: Tue, 26 Sep 2023 10:05:49 -0300 Subject: [PATCH] fix: adds lazy-apps=true to uwsgi.ini --- tutor/templates/build/openedx/settings/uwsgi.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tutor/templates/build/openedx/settings/uwsgi.ini b/tutor/templates/build/openedx/settings/uwsgi.ini index a716d48c5a..3b5ec110b1 100644 --- a/tutor/templates/build/openedx/settings/uwsgi.ini +++ b/tutor/templates/build/openedx/settings/uwsgi.ini @@ -8,3 +8,4 @@ processes = $(UWSGI_WORKERS) thunder-lock = true single-interpreter = true enable-threads = true +lazy-apps = true \ No newline at end of file