Skip to content

Commit 4331830

Browse files
ndemashovNikita Demashov
authored andcommitted
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 db6fb8a commit 4331830

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)