Skip to content

Commit dd3095c

Browse files
author
Nikita Demashov
committed
set keepalives_idle None by default
1 parent ed7535e commit dd3095c

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)