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:
commit
00d6230783
@ -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<>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user