milo: slow down retry time

This commit is contained in:
kepler155c
2018-11-24 17:00:23 -05:00
parent 537db89a82
commit 8c2674e5dd
3 changed files with 5 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ end
Event.addRoutine(function()
local sleepTime = 1.5
while true do
os.sleep(sleepTime)
os.sleep(socket and sleepTime or 5)
if config.deposit then
local neural = device.neuralInterface
local inv = config.useShield and 'getEquipment' or 'getInventory'