Skip to content
Snippets Groups Projects
Commit f1dde74c authored by ck's avatar ck
Browse files

SSH: Increase poll frequency.

parent c397a3c9
No related merge requests found
...@@ -192,7 +192,7 @@ private: ...@@ -192,7 +192,7 @@ private:
if (output) if (output)
emit m_conn->remoteOutput(QByteArray(output.data())); 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.
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment