mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 03:52:46 +00:00
[PR #921] [MERGED] [FIX] Prevent GitHub from caching the README badge #1753
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/921
Author: @aadibajpai
Created: 1/25/2018
Status: ✅ Merged
Merged: 2/5/2018
Merged by: @cfsmp3
Base:
master← Head:fix_badges📝 Commits (2)
a9c752eTried auto-updating badgecc94573Value in seconds making it update in 30m📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
README.md(+8 -8)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
GitHub may cache a badge, that prevents it from updating automatically. maxAge is a cache-control header that defines after what time the response should be fetched again. It is set to 30 minutes currently.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.