Skip to content

Commit 8d0c494

Browse files
authored
Merge pull request #659 from percona/edux-image-fix-1
Fix 404 image source path in threadpool documentation
2 parents 5370e2e + 09b1123 commit 8d0c494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/threadpool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Worker threads first scan the high-priority queue for queries to process. Once a
8383

8484
The thread pool adapts to shifts in workload by redistributing queued tasks and prioritizing available threads. This dynamic management improves system responsiveness while minimizing the number of threads in use.
8585

86-
<img src="../_static/thread-pool-diagram.png" alt="Thread pool diagram" width="250" />
86+
<img src="./_static/thread-pool-diagram.png" alt="Thread pool diagram" width="250" />
8787

8888
### Thread groups
8989

0 commit comments

Comments
 (0)