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,