diff --git a/src/main.cpp b/src/main.cpp index 65f4a28a..7a749816 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -59,7 +59,7 @@ int main(int argc, char *argv[]) int count = 0; while (true) { int size = callpop(pipeline, data, &duration); - if (callpeek(pipeline,STOP) || count == 10) { + if (callpeek(pipeline,STOP) || count == 10000) { break; }