dms storage hash path changed to length 3
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
5ede8eb52c
commit
c2e0b0e7f0
|
@ -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