From 2190a12c0a1a8981116cfcae2a046ed0e7fbaf52 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 16 Apr 2022 23:06:36 +0300 Subject: [PATCH] Update _load.yml --- .github/workflows/_load.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 3fe7b1d1..c6b2f2e3 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -32,7 +32,7 @@ jobs: cache: 'npm' - run: npm install - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 - - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1 + - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1 - run: npm run programs:save - run: npm run guides:update - uses: tibdex/github-app-token@v1