[Debian-med-packaging] Bug#828949: orthanc-webviewer: "better" suggestion for cache location
Karsten Hilbert
karsten.hilbert at gmx.net
Wed Jun 29 09:43:56 UTC 2016
Package: orthanc-webviewer
Version: 2.1-1+b1
Severity: minor
Hi,
the (commented out) default provided for the cache path is
"CachePath" : "/tmp/WebViewerCache",
Howevever, "WebViewerCache" is quite generic and might clash with other
packages. I suggest setting the (commented out) default to
"CachePath" : "/tmp/OrthancWebViewerCache",
(or some such) instead.
Thanks,
Karsten
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.6.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages orthanc-webviewer depends on:
ii libboost-filesystem1.58.0 1.58.0+dfsg-5+b1
ii libboost-locale1.58.0 1.58.0+dfsg-5+b1
ii libboost-regex1.58.0 1.58.0+dfsg-5+b1
ii libboost-system1.58.0 1.58.0+dfsg-5+b1
ii libboost-thread1.58.0 1.58.0+dfsg-5+b1
ii libc6 2.22-11
ii libgcc1 1:6.1.1-7
ii libgdcm2.6 2.6.3-6
ii libjsoncpp1 1.7.2-1
ii libsqlite3-0 3.13.0-1
ii libstdc++6 6.1.1-7
ii libuuid1 2.28-5
ii orthanc 1.1.0+dfsg-1
orthanc-webviewer recommends no packages.
orthanc-webviewer suggests no packages.
-- Configuration Files:
/etc/orthanc/webviewer.json changed:
{
/**
* The following options control the configuration of the Orthanc
* Web Viewer plugin.
**/
"WebViewer" : {
/**
* The location of the cache of the Web viewer. By default, the
* cache is located inside the storage directory of Orthanc.
**/
// "CachePath" : "/tmp/WebViewerCache",
"CachePath" : "/tmp/OrthancWebViewerCache",
/**
* The maximum size for the cached images, in megabytes. By
* default, a cache of 100 MB is used.
**/
// "CacheSize" : 10,
/**
* The number of threads that are used by the plugin to decode
* the DICOM images.
**/
// "Threads" : 4
"Threads" : 2
}
}
-- no debconf information
More information about the Debian-med-packaging
mailing list