Skip to content
Snippets Groups Projects
Commit b905ea0b authored by rswindell's avatar rswindell
Browse files

Added sleep(100) to inkey() and check node status loop to eliminate 100%

CPU utilization bug (inkey used to sleep long ago).
parent a2f6c431
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ while(bbs.online) {
console.crlf();
console.restoreline();
}
sleep(100);
}
// printf("key=%s\r\n",key);
switch(key) {
......
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