API: removed file size limitation

This commit is contained in:
SChernykh
2023-09-16 19:38:16 +02:00
parent a9d39f0803
commit 0b544bf55a
6 changed files with 105 additions and 14 deletions
-4
View File
@@ -1348,10 +1348,6 @@ void P2PServer::api_update_local_stats()
<< static_cast<char*>(client->m_addrString)
<< '"';
if (s.m_pos + 128 >= s.m_bufSize) {
break;
}
first = false;
}
}