Skip to content

Commit

Permalink
Align default ttl with GitHub job run timeout (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max and crazy-max committed Mar 1, 2022
1 parent baa427b commit 064ca09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gpg.ts
Expand Up @@ -4,7 +4,7 @@ import * as path from 'path';
import * as os from 'os';
import * as openpgp from './openpgp';

export const agentConfig = `default-cache-ttl 7200
export const agentConfig = `default-cache-ttl 21600
max-cache-ttl 31536000
allow-preset-passphrase`;

Expand Down

0 comments on commit 064ca09

Please sign in to comment.