Skip to content

Commit ddc5427

Browse files
committed
Update repos.js
1 parent 1980b21 commit ddc5427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ async function fetchRepoAndSaveToModRepos(treeLoc) {
148148

149149

150150
// get repo data expiration time
151-
// (two months from now)
151+
// (two days from now)
152152

153153
let expirationDate = new Date();
154-
expirationDate.setDate(expirationDate.getDate() + (2 * 4 * 7));
154+
expirationDate.setDate(expirationDate.getDate() + 2);
155155

156156
const twoMonthsTime = expirationDate.getTime();
157157

0 commit comments

Comments
 (0)