Skip to content

Commit

Permalink
add issue number to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Sep 17, 2024
1 parent e7f78ba commit 3406882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class MissedBlocksRecord(id: EntityID<Int>) : IntEntity(id) {
val endTime = System.currentTimeMillis()
val duration = endTime - startTime

// TODO: remove warning if problem is fixed after adding limit to queries
// TODO: remove warning if problem is fixed after adding limit to queries See: https://github.com/provenance-io/explorer-service/issues/546
if (duration > 1000) {
logger().warn("Processing calculateMissedAndInsert took ${duration}ms for height: $height and valconsAddr: $valconsAddr")
}
Expand Down

0 comments on commit 3406882

Please sign in to comment.