Message-ID: From: "Frankqsy (@Frankqsy)" To: "pgjdbc/pgjdbc" Date: Thu, 03 Aug 2017 05:17:14 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #879: loginTimeout in java.sql.DriverManager never be used In-Reply-To: References: List-Id: X-GitHub-Author-Login: Frankqsy X-GitHub-Comment-Id: 319870176 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 879 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/879#issuecomment-319870176 Content-Type: text/plain; charset=utf-8 How about the case that the user set LOGIN_TIMEOUT to "0" while the value in DriverManager is not 0? Which one do you choose? And i suggest you to use Long instead of Integer.