From a8fbcc81022f917258dd066892d7917e335c98e2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 11 Mar 2013 16:27:26 +0100 Subject: econproxy: turn of sleeping We rather need a timer, so that we can try to synchronize to a static rate. --- econproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/econproxy.c b/econproxy.c index 18006e8..cd8a4d0 100644 --- a/econproxy.c +++ b/econproxy.c @@ -739,7 +739,7 @@ main(int argc, char *argv[]) /* actually needed only once */ incremental = 1; } - usleep(15 * 1000ULL); + /*usleep(15 * 1000ULL);*/ } return 0; -- cgit