removed a bunch of commenting from example

This commit is contained in:
mfahampshire
2024-11-27 13:39:25 +01:00
parent 42739597ed
commit 8fcea5f350
@@ -76,7 +76,6 @@ impl NymProxyClient {
tokio::spawn(async move { client_maker.start().await.unwrap() });
loop {
// TODO change this to a proper 'ready' state
if DEFAULT_CLIENT_POOL_SIZE == 1 && self.conn_pool.get_client_count().await == 1
|| self.conn_pool.get_client_count().await >= DEFAULT_CLIENT_POOL_SIZE / 2
{