Skip to content

Commit 8717e9b

Browse files
ndemashovNikita Demashov
and
Nikita Demashov
authored
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)