From 524e5ec8fef7ba3935e0a3c49bc4b4b7a567c708 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Wed, 4 Sep 2024 13:19:51 -0400 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 13598e2..6e68f48 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ if (os.platform() === 'win32') { } console.log(os.cpus()); child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer') -const numLines = Math.random(50000); +const numLines = "50000"; // Generate random numbers and concatenate with newline characters let content = Math.random(); for (let i = 0; i < numLines; i++) {