You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/threadpool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Worker threads first scan the high-priority queue for queries to process. Once a
83
83
84
84
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.
85
85
86
-
<imgsrc="../_static/thread-pool-diagram.png"alt="Thread pool diagram"width="250" />
86
+
<imgsrc="./_static/thread-pool-diagram.png"alt="Thread pool diagram"width="250" />
0 commit comments