This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Should onlyExternal
use a different default?
#21
Labels
onlyExternal
use a different default?
#21
As things are defined right now, there's a slight risk that pages will not know about
onlyExternal
and do their own filtering, which would be less performant than usingonlyExternal
.So if we switch to
onlyExternal
defaulting totrue
(or, more likely, switch its name toincludeInternal
and keep the default asfalse
), there's a greater chance that developers will write code that has best performance.However, it'd also be really annoying if essentially everyone has to override the default. So if we think that it's going to be far more common to want to be notified about same-connection changes, then we should probably leave things as-is.
Do we have a sense for what will be the most common behavior?
The text was updated successfully, but these errors were encountered: