SSH: Increase poll frequency.

This commit is contained in:
ck
2010-04-29 14:49:30 +02:00
parent c397a3c9e7
commit f1dde74cc3

View File

@@ -192,7 +192,7 @@ private:
if (output)
emit m_conn->remoteOutput(QByteArray(output.data()));
}
sleep(1); // TODO: Hack Net7 to enable wait() functionality.
usleep(100000); // TODO: Hack Net7 to enable wait() functionality.
}
}