rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Remove spammy warn #265

Open arv opened 3 years ago

arv commented 3 years ago

This warning is extremely spammy (gets called thousands of times)

https://github.com/rocicorp/repc/blob/d02aedd3f42b83e51b35f300b19405519eb08ece/src/embed/connection.rs#L129

I had to disable it in perf tests because it slowed things down and I disabled it in tests because of the noise was hiding potential real issues.