Skip to content

Commit 68b3475

Browse files
fix: Fixed typo (#1542)
1 parent 2b14ee9 commit 68b3475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx/admin-guide/content-cache/content-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are two additional NGINX processes involved in caching:
5656

5757
- `loader_threshold` – Duration of an iteration, in milliseconds (by default, `200`)
5858
- `loader_files` – Maximum number of items loaded during one iteration (by default, `100`)
59-
- `loader_sleeps` – Delay between iterations, in milliseconds (by default, `50`)
59+
- `loader_sleep` – Delay between iterations, in milliseconds (by default, `50`)
6060

6161
In the following example, iterations last `300` milliseconds or until `200` items have been loaded:
6262

0 commit comments

Comments
 (0)