powersync-ja/powersync.dart

Help: How to enable attachment cacheLimit.

SamsonMXVI opened this issue · 1 comments

I don't want to synchronize all attachments when the app starts, I just want to cache some of them and add this new data to the local cache as the user accesses more historical data.

Is it ok if I just limit the watchIds sql query and then manually handle the sync queue myself?