Update CleanupInterval to 24 hours (#88)
This commit is contained in:
parent
a7f14bc9b7
commit
beefafcc6f
|
@ -23,7 +23,7 @@ import ./common
|
|||
|
||||
const
|
||||
ExpiredCleanupBatch* = 1000
|
||||
CleanupInterval* = 5.minutes
|
||||
CleanupInterval* = 24.hours
|
||||
|
||||
proc cleanupExpired*(
|
||||
store: Datastore,
|
||||
|
|
Loading…
Reference in New Issue