We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6705214 commit ecb0028Copy full SHA for ecb0028
pour/vinocart.go
@@ -908,7 +908,7 @@ func (vc *VinoCart) Pour(ctx context.Context) error {
908
}
909
910
911
- sleepTime := (200 * time.Millisecond) - time.Since(loopStart)
+ sleepTime := (100 * time.Millisecond) - time.Since(loopStart)
912
vc.logger.Debugf("going to sleep for %v", sleepTime)
913
time.Sleep(sleepTime)
914
loopNumber++
0 commit comments