Node/Acct: Fix audit interval

Change-Id: I23b4d4024462fd47bd0f189f97d0b782fe655a0c
This commit is contained in:
Bruce Riley 2023-01-25 19:04:55 +00:00 committed by Evan Gray
parent 90545f7c2a
commit 485d5eb037
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
const (
// auditInterval indicates how often the audit runs.
auditInterval = 1 * time.Minute // TODO: Dont commit this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
auditInterval = 5 * time.Minute
// maxSubmitPendingTime indicates how long a transfer can be in the submit pending state before the audit starts complaining about it.
maxSubmitPendingTime = 30 * time.Minute