mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 14:13:11 +00:00
fix: endtime
This commit is contained in:
parent
824d708e9a
commit
796c57b2f5
@ -274,7 +274,7 @@ func (app *Application) verifyHistory(ctx context.Context, runId string, storeno
|
||||
|
||||
// This avoids extremely large resultsets
|
||||
if endTime.Sub(startTime) > timeInterval {
|
||||
endTime = endTime.Add(timeInterval)
|
||||
endTime = startTime.Add(timeInterval)
|
||||
shouldResetTimer = true
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user