From 464e41696fc1f8a099c33890213797dd8729b085 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:12:26 +0100 Subject: [PATCH] Update content_discovery_currently_popular.py --- nostr_dvm/tasks/content_discovery_currently_popular.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nostr_dvm/tasks/content_discovery_currently_popular.py b/nostr_dvm/tasks/content_discovery_currently_popular.py index dfe164a..b740345 100644 --- a/nostr_dvm/tasks/content_discovery_currently_popular.py +++ b/nostr_dvm/tasks/content_discovery_currently_popular.py @@ -157,6 +157,7 @@ class DicoverContentCurrentlyPopular(DVMTaskInterface): print("Syncing Notes of last hour.. this might take a while..") dbopts = NegentropyOptions().direction(NegentropyDirection.DOWN) cli.reconcile(filter1, dbopts) + database.delete(Filter().until(Timestamp.now().as_secs() - 4600)) #Clear old events so db doesnt get too full. print("Done Syncing Notes of Last hour.")