Skip to content

Commit 1029890

Browse files
committed
add arg disable_compression
1 parent e2dc70a commit 1029890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/vlstorage/netselect/netselect.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ func (sn *storageNode) getTenantIDs(ctx context.Context, start, end int64) ([]by
235235
args := url.Values{}
236236
args.Set("start", fmt.Sprintf("%d", start))
237237
args.Set("end", fmt.Sprintf("%d", end))
238+
args.Set("disable_compression", fmt.Sprintf("%v", sn.s.disableCompression))
238239
return sn.executeRequestAt(ctx, "/internal/select/tenant_ids", args)
239240
}
240241

0 commit comments

Comments
 (0)