summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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);
     }
 }
/span>Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe