Update CleanupInterval to 24 hours (#88)

This commit is contained in:
Dmitriy Ryajov 2023-11-21 19:14:15 -06:00 committed by GitHub
parent a7f14bc9b7
commit beefafcc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import ./common
const
ExpiredCleanupBatch* = 1000
CleanupInterval* = 5.minutes
CleanupInterval* = 24.hours
proc cleanupExpired*(
store: Datastore,