mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-03-27 00:57:47 -04:00
Merge pull request #25 from sschneid/less_aggressive
Increase sleep time = decrease CPU usage
This commit is contained in:
commit
0f52458eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ module Vmpooler
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
sleep(1)
|
sleep(5)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue