summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:04:36 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:04:36 +0200
commite7165bc48284ec960f354679c25f207b7aa02927 (patch)
tree2ec1017b41974aa799cb48603973cab2feffa6cc /main.c
parent112b44c6bc5bc45d58c58207845f269b36078bab (diff)
reduced cpu usage when idle
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 688f9ee5..b106ed88 100644
--- a/main.c
+++ b/main.c
@@ -79,7 +79,7 @@ psdl_thread (uintptr_t ctx) {
break;
}
}
- usleep(1000);
+ usleep(10000);
gtkps_update_songinfo ();
// handle message pump here
}