Don't keep connection for template1
A pool of connection is created also for template1 database (like any other) but it is not useful as it is mainly used to fetch the list of database (which is cached after that). So I propose to put the minconn to zero for this database.