File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ export class NdnSvsAdaptor {
178
178
// NOTE: The following code depend on snapshot naming convention to work.
179
179
// Verify this part if there's a change in naming convention.
180
180
// NOTE: From Github Discussion:
181
- // Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
182
- // It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
181
+ // Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
182
+ // It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
183
183
// Just like snapshot responses, we don't have to guarantee absolute latest when it is about blind fetching.
184
184
// hence we can just use a rough "total count" for determining if it needs an update.
185
185
if ( snapshotSVcount > oldSVCount ) {
You can’t perform that action at this time.
0 commit comments