The number setted with max_connection_rate will exceed after a period of time of running.
I checked the code about lib.rs and openssl.rs in actix-tls/src, and can find only the code to increase the MAX_CONN_COUNTER counter, no decreasing action.
I think this is a bug.