Mercurial > hg > orthanc
changeset 6939:ae404101b2ae streaming tip
renamed DicomDataSource threads to differentiate them from the current DICOM network threads
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 09 Jun 2026 09:53:51 +0200 |
| parents | 3fde937fafec |
| children | |
| files | OrthancServer/Sources/ServerContext.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp Tue Jun 09 09:40:14 2026 +0200 +++ b/OrthancServer/Sources/ServerContext.cpp Tue Jun 09 09:53:51 2026 +0200 @@ -690,7 +690,7 @@ { boost::shared_ptr<ThreadPool> pool(new ThreadPool); pool->SetCountThreads(2); // TODO-Streaming - Parameter - pool->SetLoggingThreadName("DICOM"); + pool->SetLoggingThreadName("DICOM-SRC"); pool->SetDequeueTimeout(100); pool->Start();
