rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.05k stars 37 forks source link

move license check to after ready #850

Closed phritz closed 2 years ago

phritz commented 2 years ago

Kicking the license check off before ready slows down startup on perf tests even though it's a nop.

https://github.com/rocicorp/replicache/actions/runs/1918318439

cc @grgbkr

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/rocicorp/replicache/39kkejSR5PWUBQ4KfTvyvT3K5HXc
✅ Preview: https://replicache-git-ph-resolve-rocicorp.vercel.app

phritz commented 2 years ago

I'm having trouble reproducing locally, will merge and see what it tells me.