summaryrefslogtreecommitdiffstats
path: root/lib/bb/server
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 17:58:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 18:58:49 -0700
commit8e75ee29ae07e13f23525c5c6045fbf6cdbe7675 (patch)
treeb1e2c049703ee72bcdefd9f614141092a3ba4922 /lib/bb/server
parentdef28239b0f0d5f1cf13214b263114a5328538b7 (diff)
downloadbitbake-8e75ee29ae07e13f23525c5c6045fbf6cdbe7675.tar.gz
server/process: Drop unnecessary exit delay
When the server exits, we no longer appear to need this delay. This is likely due to improvements in the various exit codepaths. There is therefore no longer any point in taking the latency hit. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/server')
-rw-r--r--lib/bb/server/process.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index 386294f58..07688a2cd 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -119,7 +119,6 @@ class ProcessServer(Process, BaseImplServer):
bb.event.unregister_UIHhandler(self.event_handle.value)
self.command_channel.close()
self.cooker.shutdown(True)
- self.idle_commands(.1)
def idle_commands(self, delay, fds = []):
nextsleep = delay