mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 19:21:46 +00:00
Remove sleep 1 from qotd server.
This commit is contained in:
@@ -19,8 +19,6 @@ void *thread_func(void *sock) {
|
||||
return;
|
||||
}
|
||||
|
||||
sleep(1);
|
||||
|
||||
clientfd = socket(AF_INET, SOCK_STREAM, 0);
|
||||
if (clientfd < 0) {
|
||||
perror("ERROR opening socket");
|
||||
|
||||
Reference in New Issue
Block a user