We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add9616 commit 05ff6daCopy full SHA for 05ff6da
javascript/engine-js/src/repo/Repo.ts
@@ -20,7 +20,7 @@ export class Repo {
20
/**
21
* Repo cache TTL in seconds
22
*/
23
- static REPO_TTL = 3600;
+ static REPO_TTL = 300;
24
25
constructor(protected context: TokenScriptEngine) {
26
0 commit comments