increase out number for 4 peers until proper sending per peer is implemented

This commit is contained in:
Green Sky 2024-07-07 13:56:52 +02:00
parent b068819069
commit ea945e6360
No known key found for this signature in database

View File

@ -88,7 +88,7 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
bool _udp_only {false};
size_t _max_concurrent_in {4};
size_t _max_concurrent_out {4};
size_t _max_concurrent_out {3*4}; // HACK: allow ideal number for 4 peers
public:
SHA1_NGCFT1(