Skip to content

Commit

Permalink
UMA : set PCT default value to 1 month.
Browse files Browse the repository at this point in the history
#833

(cherry picked from commit 2550909)
  • Loading branch information
yuriyz committed Jun 27, 2018
1 parent b3177b4 commit b33ad60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Named
public class UmaPctService {

public static final int DEFAULT_PCT_LIFETIME = 3600;
public static final int DEFAULT_PCT_LIFETIME = 2592000;

@Inject
private Logger log;
Expand Down

0 comments on commit b33ad60

Please sign in to comment.