-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#12761) explicitly Prior to this fix, if the gateway was started using the kong cli, the final `pg_timeout` would be overridden to `60s` instead of the value specified in `kong.conf`, even if `--db-timeout` was not explicitly passed in. This was fixed by making cli args `--db-timeout` optional, so that only explicitly passed in arguments would override the `pg_timeout` otherwise the value specified in `kong.conf` would continue to be used. Co-authored-by: Hans Hübner <[email protected]> (cherry picked from commit fd8707e)
- Loading branch information
1 parent
59ee68a
commit 30c0c82
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
message: | | ||
Fixed an issue where the `pg_timeout` was overridden to `60s` even if `--db-timeout` | ||
was not explicitly passed in CLI arguments. | ||
type: bugfix | ||
scope: CLI Command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters