This commit is contained in:
2022-09-14 09:22:47 +02:00
parent 34254586b5
commit 017f853a03
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -128,6 +128,6 @@ export async function main(ns) {
if (portData != 'NULL PORT DATA') ns.write(logFile, portData, 'a');
}
await ns.sleep(50);
await ns.sleep(1000);
}
}