Skip to content

Commit 6735f57

Browse files
authored
Add uWSGI ini style equivalent for --lazy-apps
1 parent dce8e1c commit 6735f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This Python instrumentation spawns a lightweight background thread to periodical
5454

5555
### Forking off Workers
5656

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.
5858

5959
## Usage
6060

0 commit comments

Comments
 (0)