sleep always
This commit is contained in:
parent
3097cea3a4
commit
1b55b4a213
@ -370,9 +370,8 @@ func (self *nntpConnection) handleStreaming(daemon *NNTPDaemon, conn *textproto.
|
||||
}
|
||||
}
|
||||
self.pending_access.Unlock()
|
||||
} else {
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
time.Sleep(time.Millisecond * 100)
|
||||
}
|
||||
}
|
||||
return
|
||||
|
Reference in New Issue
Block a user