Skip to content

Commit

Permalink
Push delete limit out
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Nov 24, 2023
1 parent 874d0bd commit c12b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/snapshot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { createApiClient } = require("dots-wrapper");

const DROPLET = 335294617;
const RETENTION_DAYS = 0;
const RETENTION_DAYS = 7;
const NAME_PREFIX = "github_generated_snapshot";

const script = async () => {
Expand Down

0 comments on commit c12b9e6

Please sign in to comment.