mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05: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