Skip to content

Commit

Permalink
fix requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yash251 committed May 24, 2024
1 parent 8a8e16c commit a250b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/ar/deploying/deploying-a-subgraph-to-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@ Developers will be notified by email if one of their subgraphs has been marked a

## Subgraph Studio subgraph archive policy

A Subgraph version in Studio is archived if and only if it meets the following criteria:
A subgraph version in Studio is archived if and only if it meets the following criteria:

- The version is not published to the network (or pending publish)
- The version is not indexing a "special case" chain (polygon-zkevm, zksync-era, base, etc.)
- The version was created 45 or more days ago
- The subgraph hasn't been queried in 30 days

In addition, when a new version is deployed, the N-2 version of the Subgraph is archived if it has not been published
In addition, when a new version is deployed, if the subgraph has not been published, then the N-2 version of the subgraph is archived.

Every subgraph affected with this policy has an option to bring the version in question back.

0 comments on commit a250b7a

Please sign in to comment.