Skip to content

Commit

Permalink
Update CleanupInterval to 24 hours (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov authored Nov 22, 2023
1 parent a7f14bc commit beefafc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import ./common

const
ExpiredCleanupBatch* = 1000
CleanupInterval* = 5.minutes
CleanupInterval* = 24.hours

proc cleanupExpired*(
store: Datastore,
Expand Down

0 comments on commit beefafc

Please sign in to comment.