Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Jul 26, 2022
1 parent 98f65f7 commit d9e6a8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/service/transcribe/const.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package transcribe

import "time"

const (
propagationTimeout = 2 * time.Minute
)

0 comments on commit d9e6a8f

Please sign in to comment.