Skip to content

Commit 05ff6da

Browse files
committed
fix: Temporarily reduce repo cache lifetime
1 parent add9616 commit 05ff6da

File tree

1 file changed

+1
-1
lines changed
  • javascript/engine-js/src/repo

1 file changed

+1
-1
lines changed

javascript/engine-js/src/repo/Repo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class Repo {
2020
/**
2121
* Repo cache TTL in seconds
2222
*/
23-
static REPO_TTL = 3600;
23+
static REPO_TTL = 300;
2424

2525
constructor(protected context: TokenScriptEngine) {
2626

0 commit comments

Comments
 (0)