slowed down generator further

This commit is contained in:
Saxon1 2018-05-06 18:04:33 +09:30
parent 386beaf1c8
commit de56364c0c
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ func (g *flvGenerator) generate() {
g.outputChan <- tag.ToByteSlice() g.outputChan <- tag.ToByteSlice()
} }
default: default:
time.Sleep(time.Duration(1)*time.Millisecond) time.Sleep(time.Duration(5)*time.Millisecond)
} }
} }
} }