WIP: tree improvements for support/v0.42 #1649

Draft
dstepanov-yadro wants to merge 3 commits from dstepanov-yadro/frostfs-node:support/credit_systems into support/v0.42
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0a3a36e742 - Show all commits

View file

@ -190,7 +190,7 @@ func (s *Service) pushToQueue(cid cidSDK.ID, treeID string, op *pilorama.Move) {
treeID: treeID, treeID: treeID,
op: op, op: op,
}: }:
default: case <-s.closeCh:
} }
} }

View file

@ -664,7 +664,7 @@ func (s *Service) Apply(_ context.Context, req *ApplyRequest) (*ApplyResponse, e
Meta: meta, Meta: meta,
}, },
}: }:
default: case <-s.closeCh:
} }
return &ApplyResponse{Body: &ApplyResponse_Body{}, Signature: &Signature{}}, nil return &ApplyResponse{Body: &ApplyResponse_Body{}, Signature: &Signature{}}, nil
} }