Public resource key of 32 chars
This commit is contained in:
parent
9b92a753ac
commit
c0524f518c
@ -205,7 +205,7 @@ public class BaseImageService extends BaseResourceService implements ImageServic
|
||||
}
|
||||
|
||||
private String generatePublicResourceKey() {
|
||||
return RandomStringUtils.randomAlphanumeric(35);
|
||||
return RandomStringUtils.randomAlphanumeric(32);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user