Pull request #682: RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min

Merge in RED/persistence-service from RED-6670 to master

* commit 'cafef9b9149fa48bc4694c4a729032ad12cf1ff6':
  RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min
This commit is contained in:
Dominique Eiflaender 2023-04-26 11:24:55 +02:00
commit 00d6230783

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<>();