RED-6670: Changed accessTokenLifeSpan from 5 sec to 5 min
This commit is contained in:
parent
98084fbebd
commit
cafef9b914
@ -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