Skip to content

Commit

Permalink
Merge pull request #5288 from systeminit/bad_lock
Browse files Browse the repository at this point in the history
fix: reduce lockfile update in langjs
  • Loading branch information
sprutton1 authored Jan 18, 2025
2 parents b9d399c + b1083f0 commit 4d43ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lang-js/src/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function bundleCode(code: string): Promise<string> {
try {
release = await lock("/tmp/lang-js-transpile", {
stale: 30000,
updateInterval: 1000,
updateInterval: 100,
retries: {
retries: 60,
minTimeout: 100,
Expand Down

0 comments on commit 4d43ebe

Please sign in to comment.