Skip to content

Commit b89670f

Browse files
committed
add arg disable_compression
1 parent 49538e9 commit b89670f

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
@@ -230,6 +230,7 @@ func (sn *storageNode) getTenantIDs(ctx context.Context, start, end int64) ([]by
230230
args := url.Values{}
231231
args.Set("start", fmt.Sprintf("%d", start))
232232
args.Set("end", fmt.Sprintf("%d", end))
233+
args.Set("disable_compression", fmt.Sprintf("%v", sn.s.disableCompression))
233234
return sn.executeRequestAt(ctx, "/internal/select/tenant_ids", args)
234235
}
235236

0 commit comments

Comments
 (0)