summary refs log tree commit diff
path: root/ingest.c
diff options
context:
space:
mode:
Diffstat (limited to 'ingest.c')
-rw-r--r--ingest.c1
1 files changed, 1 insertions, 0 deletions
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);
     }
 }