jsonMartin / readwise-mirror

MIT License
52 stars 11 forks source link

Revert "feat: :alien: implement readwise throttling" #26

Closed jsonMartin closed 1 year ago

jsonMartin commented 1 year ago

Reverts jsonMartin/readwise-mirror#21

Compared to version 1.3.0, this dramatically slowed down syncing in a test when there is no throttling happening (test account with 11k records)

jsonMartin commented 1 year ago

Hi @johannrichard, after testing this readwise throttling update in the release I reverted it.

My test account has 11k records, and it's not being throttled on a normal sync for me with 1.3.0; but with the change, it's optimistically throttling when it doesn't need to, slowing down the sync time dramatically.

Can we change this so it only will increase the delay time if it is actually being actively throttled?