Skip to content

Commit d27a989

Browse files
Nikita Demashovadchia
authored andcommitted
set keepalives_idle None by default
1 parent 68a8737 commit d27a989

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

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)