From 923661847fd5a5dfa651467da09be56a4528f7aa Mon Sep 17 00:00:00 2001 From: km09 <2054623+km09@users.noreply.github.com> Date: Thu, 10 Jan 2019 12:13:41 +0000 Subject: [PATCH] Add sleep between generating chunks. Resolves #5, at the cost of slightly slower chunking. --- chunker | 1 + 1 file changed, 1 insertion(+) diff --git a/chunker b/chunker index 12ef5d3..8872018 100755 --- a/chunker +++ b/chunker @@ -52,6 +52,7 @@ do echo "Current archive is full, moving to ${timestamp}." mv "$CHUNKER_WORKING_DIR/current" "$PACKING_QUEUE_DIR/${timestamp}" cur_size=0 + sleep 3 fi done