You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
IPIP-412 introduces the order and dups parameters for CAR retrievals using the HTTP Gateway API. Currently bifrost-gateway does not use these parameters and changes like #160 assume that order=dfs; dups=y is what's used by default.
We should switch to order=dfs; dups=y so that we are not tied to the default behavior of backing-gateways like Saturn.
This is an easy enough switch to do, but will cause cache in Saturn so flagging folks to make sure we're ready to do this.
IPIP-412 introduces the
order
anddups
parameters for CAR retrievals using the HTTP Gateway API. Currently bifrost-gateway does not use these parameters and changes like #160 assume thatorder=dfs; dups=y
is what's used by default.We should switch to
order=dfs; dups=y
so that we are not tied to the default behavior of backing-gateways like Saturn.This is an easy enough switch to do, but will cause cache in Saturn so flagging folks to make sure we're ready to do this.
cc @aarshkshah1992 @DiegoRBaquero @willscott @lidel
The text was updated successfully, but these errors were encountered: