Archived
1
0

sleep always

This commit is contained in:
Jeff Becker 2017-09-20 12:49:30 -04:00
parent 3097cea3a4
commit 1b55b4a213
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -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