Skip to content

Commit 66bbfd2

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> Signed-off-by: Attila Toth <hello@attilatoth.dev>
1 parent 52eec86 commit 66bbfd2

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)