Align default ttl with GitHub job run timeout (#126)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-03-01 10:52:02 +01:00 committed by GitHub
parent baa427b5b4
commit 064ca09e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -170,7 +170,7 @@ const fs = __importStar(__webpack_require__(5747));
const path = __importStar(__webpack_require__(5622));
const os = __importStar(__webpack_require__(2087));
const openpgp = __importStar(__webpack_require__(4666));
exports.agentConfig = `default-cache-ttl 7200
exports.agentConfig = `default-cache-ttl 21600
max-cache-ttl 31536000
allow-preset-passphrase`;
const getGnupgHome = () => __awaiter(void 0, void 0, void 0, function* () {

View file

@ -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`;