mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 10:50:04 +02:00
Update install-runtimes.js
This commit is contained in:
parent
baa39555a8
commit
2802c69cae
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ async function installRuntimesLineByLine() {
|
||||||
|
|
||||||
// Add a delay between installations to avoid overwhelming the system
|
// Add a delay between installations to avoid overwhelming the system
|
||||||
if (currentIndex < runtimes.length) {
|
if (currentIndex < runtimes.length) {
|
||||||
console.log('Waiting 2 seconds before next installation...\n');
|
|
||||||
await new Promise(resolve => setTimeout(resolve, 2000));
|
await new Promise(resolve => setTimeout(resolve, 2000));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue