We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b14ee9 commit 68b3475Copy full SHA for 68b3475
content/nginx/admin-guide/content-cache/content-caching.md
@@ -56,7 +56,7 @@ There are two additional NGINX processes involved in caching:
56
57
- `loader_threshold` – Duration of an iteration, in milliseconds (by default, `200`)
58
- `loader_files` – Maximum number of items loaded during one iteration (by default, `100`)
59
- - `loader_sleeps` – Delay between iterations, in milliseconds (by default, `50`)
+ - `loader_sleep` – Delay between iterations, in milliseconds (by default, `50`)
60
61
In the following example, iterations last `300` milliseconds or until `200` items have been loaded:
62
0 commit comments