← 返回首页
fix: Set keepalives_idle None by default (#3756) · tokoko/feast@8717e9b · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 8717e9b

Browse files
andauthored
fix: Set keepalives_idle None by default (feast-dev#3756)
set keepalives_idle None by default Co-authored-by: Nikita Demashov <n.demashov@yadro.com>
1 parent 68a8737 commit 8717e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎sdk/python/feast/infra/utils/postgres/postgres_config.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ class PostgreSQLConfig(FeastConfigBaseModel):
2525
sslkey_path: Optional[StrictStr] = None
2626
sslcert_path: Optional[StrictStr] = None
2727
sslrootcert_path: Optional[StrictStr] = None
28-
keepalives_idle: int = 0
28+
keepalives_idle: Optional[int] = None

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.