From beefafcc6f34f767da5b8e8b1e7c9b10c7f9645c Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 21 Nov 2023 19:14:15 -0600 Subject: [PATCH] Update CleanupInterval to 24 hours (#88) --- codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim b/codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim index e6fd332..3536979 100644 --- a/codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim +++ b/codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim @@ -23,7 +23,7 @@ import ./common const ExpiredCleanupBatch* = 1000 - CleanupInterval* = 5.minutes + CleanupInterval* = 24.hours proc cleanupExpired*( store: Datastore,