Fix wrong debug message; add maxadmin info for actual max size of persistent pool.

This commit is contained in:
counterpoint
2015-07-08 16:03:50 +01:00
parent ba417ef633
commit ce879b65c2
3 changed files with 13 additions and 4 deletions

View File

@ -104,6 +104,7 @@ typedef struct server {
SPINLOCK persistlock; /**< Lock for adjusting the persistent connections list */
long persistpoolmax; /**< Maximum size of persistent connections pool */
long persistmaxtime; /**< Maximum number of seconds connection can live */
long persistmax; /**< Maximum pool size actually achieved since startup */
#if defined(SS_DEBUG)
skygw_chk_t server_chk_tail;
#endif