Skip to content

Commit

Permalink
move line of code to match 0.5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 5, 2024
1 parent e64249d commit a2536ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dagsync/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ type Subscriber struct {

receiver *announce.Receiver

// cidSchemaHint enables sending the cid schema type hint as
// an HTTP header in sync requests.
cidSchemaHint bool

// Track explicit Sync calls in progress and allow them to complete before
// closing subscriber.
expSyncClosed bool
Expand All @@ -118,10 +122,6 @@ type Subscriber struct {
// specifies the selection sequence itself.
adsSelectorSeq ipld.Node

// cidSchemaHint enables sending the cid schema type hint as
// an HTTP header in sync requests.
cidSchemaHint bool

// selectorOne selects one multihash entries or HAMT block.
selectorOne ipld.Node
// selectorAll selects all multihash HAMT blocks.
Expand Down

0 comments on commit a2536ca

Please sign in to comment.