comparison OrthancServer/ServerContext.cpp @ 288:40d3bf6cc8d9

logs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 11:22:04 +0100
parents 4031f73fe0e4
children 4d7469f72a0b
comparison
equal deleted inserted replaced
287:471df5fecb1e 288:40d3bf6cc8d9
55 index_(*this, path.string()), 55 index_(*this, path.string()),
56 accessor_(storage_), 56 accessor_(storage_),
57 provider_(*this), 57 provider_(*this),
58 dicomCache_(provider_, DICOM_CACHE_SIZE) 58 dicomCache_(provider_, DICOM_CACHE_SIZE)
59 { 59 {
60 // TODO RECYCLING SETUP HERE
61 //index_.SetMaximumPatientCount(4);
62 //index_.SetMaximumStorageSize(10);
63 } 60 }
64 61
65 void ServerContext::SetCompressionEnabled(bool enabled) 62 void ServerContext::SetCompressionEnabled(bool enabled)
66 { 63 {
67 if (enabled) 64 if (enabled)