Skip to content

Commit

Permalink
hotfix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CAWorks-ChrisA committed Oct 3, 2024
1 parent c24e5eb commit 2427535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adaptors/yjs-ndn-adaptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ export class NdnSvsAdaptor {
// NOTE: The following code depend on snapshot naming convention to work.
// Verify this part if there's a change in naming convention.
// NOTE: From Github Discussion:
// Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
// It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
// Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
// It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
// Just like snapshot responses, we don't have to guarantee absolute latest when it is about blind fetching.
// hence we can just use a rough "total count" for determining if it needs an update.
if (snapshotSVcount > oldSVCount) {
Expand Down

0 comments on commit 2427535

Please sign in to comment.