From 8488efece559b07597085b9ce5a0d59842eb5d34 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Feb 2018 16:37:21 -0500 Subject: Sleep before truncation To give viewers a chance to catch up. I wonder how bad this will be. --- ingest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ingest.c b/ingest.c index 6ba387b..79b0e38 100644 --- a/ingest.c +++ b/ingest.c @@ -62,5 +62,6 @@ int main(int argc, char *argv[]) { totalSize += readSize; } + sleep(1); } } -- cgit 1.4.1