gorgeous-translator-85551
06/19/2023, 12:23 PMUSE_HTTP2
set to true
. I haven’t setup the proxy personally but I would like to check here to understand what might be wrong before I try to make any changes
I have tried passing autoRefresh: false
to loadFeatures()
but seems to have no effect. Shouldn’t the client (the react SDK in my case) be able to opt out of this? Or is there anything else that could be wrong with our setup?
Thanks!growthbook 2.2.0
@growthbook/growthbook-react: "0.17.0"
happy-autumn-40938
06/19/2023, 5:17 PMautoRefresh: false
should effectively shut off SSE subscriptions. If it's not doing so, this may be a bug in our SDK. I'll have a lookconfigureCache({
backgroundSync: false,
});
gorgeous-translator-85551
06/20/2023, 2:58 PMconfigureCache({
backgroundSync: false,
});
This seems to work though! Any tips on when to run this? Right now I do it right after setting up the GrowthBook instance and it seems to work fine.
Any disadvantages in turning of background sync? (apart for the absence of SSE)happy-autumn-40938
06/21/2023, 5:17 PM