类型: | integer |
默认: | 60 (1min) |
最低限度: | 1 (1s) |
最大: | 600 (10min) |
单元: | seconds (s) |
上下文: | sighup |
重新开始: | false |
允许完成客户端认证的最长时间。如果一个客户端没有在这段时间里完成认证协议,服务器将关闭连接。 这样就避免了出问题的客户端无限制地占有一个连接。如果指定值时没有单位,则以秒为单位。 默认值是 1分钟(1m
)。这个参数只能在服务器命令行上或者在postgresql.conf文件中设置。
建议 [EN]
For production databases, it's important that this value be synchronized with the timeout on the application server side. Most web applications will want a shorter timeout, like 20s.