Mercurial > hg > orthanc
diff OrthancServer/ServerContext.cpp @ 269:f6fdf5abe751
recycling up and running
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Dec 2012 14:46:44 +0100 |
parents | 6d9be2b470b4 |
children | 4031f73fe0e4 |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp Fri Dec 07 13:43:35 2012 +0100 +++ b/OrthancServer/ServerContext.cpp Fri Dec 07 14:46:44 2012 +0100 @@ -53,6 +53,9 @@ index_(*this, path.string()), accessor_(storage_) { + // TODO RECYCLING SETUP HERE + //index_.SetMaximumPatientCount(4); + //index_.SetMaximumStorageSize(10); } void ServerContext::SetCompressionEnabled(bool enabled)