Skip to content

Commit

Permalink
IIIF manifests do not need their cache invalidated on rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored May 10, 2024
1 parent 5f9fb2d commit 23a0676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cache-warmer/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ for NID in "${NIDS[@]}"; do
break
fi
echo "Crawling: $DRUPAL_URL/node/$NID/book-manifest"
curl -s -o /dev/null "$DRUPAL_URL/node/$NID/book-manifest?cache-warmer=1" &
curl -s -o /dev/null "$DRUPAL_URL/node/$NID/book-manifest" &
job_ids+=($!)
done

Expand Down

0 comments on commit 23a0676

Please sign in to comment.