diff --git a/dist/index.js b/dist/index.js index 290dd081..4a6c3e78 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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* () { diff --git a/src/gpg.ts b/src/gpg.ts index 82920a61..8dbc5d8c 100644 --- a/src/gpg.ts +++ b/src/gpg.ts @@ -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`;