minor tweaks

This commit is contained in:
kepler155c@gmail.com
2020-03-31 17:23:12 -06:00
parent 613212e751
commit 3313fb986c
3 changed files with 3 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ Event.on('generate_keypair', function()
table.insert(keyPairs, { generateKeyPair() })
_G._syslog('Generated keypair in ' .. timer())
if #keyPairs >= 3 then
break
break
end
end
end)