RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min

This commit is contained in:
deiflaender 2023-04-26 11:16:58 +02:00
parent 98084fbebd
commit cafef9b914

View File

@ -41,7 +41,7 @@ public class FileManagementServiceSettings {
private double compressionThresholdRatio = 10;
private int tenantAccessTokenLifeSpan = 5;
private int tenantAccessTokenLifeSpan = 300;
private String applicationName = "RedactManager";
private Set<String> defaultFilterTypes = new HashSet<>();