and another

This commit is contained in:
wm4 2020-02-08 15:09:19 +01:00
parent b22e3e3280
commit 951f66a724
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ static int open_f(stream_t *stream)
pthread_mutex_init(&p->lock, NULL);
pthread_cond_init(&p->wakeup, NULL);
p->ring = mp_ring_new(stream, 2 * 64 * 1024);
p->ring = mp_ring_new(stream, 1 * 64 * 1024);
int r = pthread_create(&p->thread, NULL, read_thread, stream);
if (r)
return -1;