You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This Python instrumentation spawns a lightweight background thread to periodical
54
54
55
55
### Forking off Workers
56
56
57
-
If you use uWSGI in forking workers mode, you must specify `--lazy-apps` to load the application in the worker instead of the master process.
57
+
If you use uWSGI in forking workers mode, you must specify `--lazy-apps`(or `lazy-apps = true` in ini style) to load the application in the worker instead of the master process.
0 commit comments