Skip to content

Commit ecb0028

Browse files
committed
take more pictures
1 parent 6705214 commit ecb0028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pour/vinocart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ func (vc *VinoCart) Pour(ctx context.Context) error {
908908
}
909909
}
910910

911-
sleepTime := (200 * time.Millisecond) - time.Since(loopStart)
911+
sleepTime := (100 * time.Millisecond) - time.Since(loopStart)
912912
vc.logger.Debugf("going to sleep for %v", sleepTime)
913913
time.Sleep(sleepTime)
914914
loopNumber++

0 commit comments

Comments
 (0)