Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sqlite cache): add config options #3499

Merged
merged 4 commits into from
Jul 6, 2023
Merged

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
1 participant