fix comment

pull/375/head
Minh Doan 6 years ago committed by Minh Doan
parent b3a9c744be
commit 0d71096104
  1. 2
      api/service/manager.go

@ -53,7 +53,7 @@ func (t Type) String() string {
// Constants for timing. // Constants for timing.
const ( const (
// WaitForStatusUpdate is the delay time to update new statum. Currently set 1 second for development. Should be 30 minutes for production. // WaitForStatusUpdate is the delay time to update new status. Currently set 1 second for development. Should be 30 minutes for production.
WaitForStatusUpdate = time.Minute * 1 WaitForStatusUpdate = time.Minute * 1
) )

Loading…
Cancel
Save