Skip to content

Commit

Permalink
Modify default expiration threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 23, 2020
1 parent caf3ef2 commit d0246a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DynamicSettings } from '../runtime_types';
export const DYNAMIC_SETTINGS_DEFAULTS: DynamicSettings = {
heartbeatIndices: 'heartbeat-8*',
certificatesThresholds: {
expiration: 7,
expiration: 30,
age: 365,
},
};

0 comments on commit d0246a7

Please sign in to comment.