mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
math
This commit is contained in:
parent
40f376e2b9
commit
57c1d96b71
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ void PostgreSQL::onlineNotification_Postgres()
|
||||||
|
|
||||||
ConnectionPoolStats stats = _pool->get_stats();
|
ConnectionPoolStats stats = _pool->get_stats();
|
||||||
fprintf(stderr, "pool stats: in use size: %llu, available size: %llu, total: %llu\n",
|
fprintf(stderr, "pool stats: in use size: %llu, available size: %llu, total: %llu\n",
|
||||||
stats.borrowed_size, stats.pool_size, (stats.borrowed_size, stats.pool_size));
|
stats.borrowed_size, stats.pool_size, (stats.borrowed_size + stats.pool_size));
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
std::this_thread::sleep_for(std::chrono::seconds(10));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue