From 11be60a0b1710aef8fca0f1485846110668e4c9c Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 18 Oct 2023 00:56:03 +0300 Subject: [PATCH] FAAAAAAAAASTERRRRRRRRRRRRR --- tape-rip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tape-rip.lua b/tape-rip.lua index 027d91d..65a80f2 100644 --- a/tape-rip.lua +++ b/tape-rip.lua @@ -75,7 +75,7 @@ end local _, y = term.getCursorPos() local i = 0 while not src.isEnd() do - dst.write(src.read(6000 * 10)) + dst.write(src.read(6000 * 30)) local pos, sz = src.getPosition(), src.getSize() term.setCursorPos(1, y) term.clearLine()