mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.server_epoll: Revert opportunistic_writes tweak
Added in f0b2c026e542 and not sure why
This commit is contained in:
parent
885fde62be
commit
ff00c6707f
1 changed files with 0 additions and 3 deletions
|
@ -973,9 +973,6 @@ function interface:resume_writes()
|
|||
self:noise("Resume writes");
|
||||
self._write_lock = nil;
|
||||
if self.writebuffer and #self.writebuffer ~= 0 then
|
||||
if cfg.opportunistic_writes then
|
||||
return self:onwritable();
|
||||
end
|
||||
self:setwritetimeout();
|
||||
self:set(nil, true);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue