Skip to content

Commit

Permalink
Remove unused MustBeFresh
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Sep 24, 2024
1 parent 65edea2 commit 26fb1ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucla-irl/ndnts-aux",
"version": "3.0.3",
"version": "3.0.4",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test --no-check",
Expand Down
1 change: 0 additions & 1 deletion src/sync-agent/sync-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export class SyncAgent implements AsyncDisposable {
try {
const result = fetch(blobName, {
verifier: this.verifier,
modifyInterest: { mustBeFresh: true },
lifetimeAfterRto: 2000,
retxLimit: 150, // See Deliveries. 60*1000/(2*200)=150. Default minRto = 150.
});
Expand Down

0 comments on commit 26fb1ab

Please sign in to comment.