dms storage hash path changed to length 3
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
7b610d62b6
commit
d0e2b6f90a
|
@ -13,6 +13,6 @@ module.exports = app => {
|
|||
};
|
||||
|
||||
storageConnector.getPathHash = function(id) {
|
||||
return md5(id).substring(0, 2);
|
||||
return md5(id).substring(0, 3);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue