Custom cache pool support

This commit is contained in:
bergware
2020-04-10 07:49:51 +02:00
parent b9ae8ad7b3
commit f479b009f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function shareInclude($name) {
}
function cachePool($name) {
return strlen($name)<=8 ? $name : substr($name,0,6).'...';
return strlen($name)<=16 ? $name : substr($name,0,14).'...';
}
// Compute all user shares & check encryption