Skip to content

feat(sqlite cache): add config options#3499

Merged
dvikan merged 4 commits intoRSS-Bridge:masterfrom
dvikan:fix-38
Jul 6, 2023
Merged

feat(sqlite cache): add config options#3499
dvikan merged 4 commits intoRSS-Bridge:masterfrom
dvikan:fix-38

Conversation

@dvikan
Copy link
Contributor

@dvikan dvikan commented Jul 6, 2023

add:

[SQLiteCache]
; Whether to actually delete data when purging
enable_purge = true
; Busy wait in ms before timing out
timeout = 5000

also refactor a bit.

im having performance issues with the purgeData because it is invoked a shitload of times and is slow.

@dvikan dvikan merged commit 965d7d4 into RSS-Bridge:master Jul 6, 2023
@dvikan dvikan deleted the fix-38 branch July 6, 2023 13:59
@dvikan dvikan restored the fix-38 branch July 6, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant