Public resource key of 32 chars

This commit is contained in:
ViacheslavKlimov 2023-12-15 12:51:08 +02:00
parent 9b92a753ac
commit c0524f518c

View File

@ -205,7 +205,7 @@ public class BaseImageService extends BaseResourceService implements ImageServic
}
private String generatePublicResourceKey() {
return RandomStringUtils.randomAlphanumeric(35);
return RandomStringUtils.randomAlphanumeric(32);
}
@Override