diff options
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/jack_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/jack_plugin.c b/src/output/jack_plugin.c index 2e5d5d70f..14ce635dc 100644 --- a/src/output/jack_plugin.c +++ b/src/output/jack_plugin.c @@ -421,7 +421,7 @@ mpd_jack_play(void *data, const char *buff, size_t size) } else { /* XXX do something more intelligent to synchronize */ - my_usleep(10000); + my_usleep(1000); } } |