diff --git a/node/pkg/accountant/audit.go b/node/pkg/accountant/audit.go index 50aa10493..6478fca64 100644 --- a/node/pkg/accountant/audit.go +++ b/node/pkg/accountant/audit.go @@ -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