Skip to content

Commit

Permalink
postgres_driver: revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed May 9, 2024
1 parent 50c4127 commit ba19625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waku/waku_archive/driver/postgres_driver/postgres_driver.nim
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ proc initializePartitionsInfo(

return ok()

const DefaultDatabasePartitionCheckTimeInterval = timer.seconds(1)
const PartitionsRangeInterval = timer.seconds(30) ## Time range covered by each parition
const DefaultDatabasePartitionCheckTimeInterval = timer.minutes(10)
const PartitionsRangeInterval = timer.hours(1) ## Time range covered by each parition

proc loopPartitionFactory(
self: PostgresDriver, onFatalError: OnFatalErrorHandler
Expand Down

0 comments on commit ba19625

Please sign in to comment.