Clarify listener wording: Ollama-compatible clients, not Ollama-facing

This commit is contained in:
mram
2026-09-21 12:38:03 +02:00
parent dcdb2cc72e
commit 14c2e30478
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ type fakes struct {
rec *recorder
ollama *httptest.Server
comfy *httptest.Server
server *httptest.Server // Ollama-facing gpu-turnstile listener
comfySrv *httptest.Server // ComfyUI-facing gpu-turnstile listener
server *httptest.Server // gpu-turnstile listener for Ollama-compatible clients
comfySrv *httptest.Server // gpu-turnstile listener for ComfyUI clients
freeCh chan struct{}
chatCh chan struct{}
historyMu sync.Mutex