Http_max_conns_per_client in consul client limits increased but still showing [WARN] in consul-tempalte

I have configured my consul client and server config with this

limits {
http_max_conns_per_client = 1000
}
But I can still see the waring in my consul-template service logs while I run systemctl status consul-template.

[WARN] (runner) watching 190 dependencies - watching this many dependencies could DDoS your server

Does this message of [WARN] gets disappear or it will keep showing ?

Consul version 1.12.1

Hi @pokhriya.dev,

This limit will keep showing when you start watching more than 128 dependencies in Consul-Template.