mirror of https://bitbucket.org/ausocean/av.git
fixed conflict
This commit is contained in:
parent
2a0652042b
commit
2787110e14
|
@ -315,11 +315,7 @@ func (r *revidInst) outputClips() {
|
|||
for r.isRunning {
|
||||
// Here we slow things down as much as we can to decrease cpu usage
|
||||
switch {
|
||||
<<<<<<< HEAD
|
||||
case r.ringBuffer.GetNoOfElements() < 200:
|
||||
=======
|
||||
case r.ringBuffer.GetNoOfElements() < 2:
|
||||
>>>>>>> 2eae228d739eec6c71ac204250b980cc1c158a91
|
||||
delay++
|
||||
time.Sleep(time.Duration(delay) * time.Millisecond)
|
||||
case delay > 0:
|
||||
|
|
Loading…
Reference in New Issue