Skip to content

Commit 8ae17ba

Browse files
authored
Fix worker inflight tasks heading (#2177)
1 parent cedba0e commit 8ae17ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/platform/src/content/docs/docs/config/production-config.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ the disk and block the async runtime if too many happen at once.
468468
// Set to 0 for unlimited.
469469
"max_concurrent_writes": 16
470470
}
471+
```
472+
471473
## Limit Worker Inflight Tasks
472474
473475
If your workers are getting saturated, cap the number of concurrent tasks they
@@ -486,7 +488,6 @@ workers: [{
486488
}]
487489
```
488490
489-
490491
## Speed Up NativeLink by Turning Off a Hidden Redis Query
491492
492493
If you're running NativeLink at scale and noticing Redis performance bottlenecks, there's a configuration option that can significantly reduce load on your Redis scheduler: disabling the worker match logging interval.

0 commit comments

Comments
 (0)