From 323f063f88f0508c42b9e841c1c5b92d8bb7d469 Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:38:26 -0500 Subject: [PATCH] Attempt to reduce the rate limit wait --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 268566bc5..76a2f78a9 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -57,7 +57,7 @@ jobs: fi - name: Rate limiting delay - run: sleep 10 + run: sleep 5 # Check if there are changes and upload them - name: Check for changes