We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd2144 commit c3175e8Copy full SHA for c3175e8
1 file changed
infra/charts/feast/charts/feast-core/values.yaml
@@ -62,6 +62,8 @@ application.yaml:
62
jobs:
63
runner: DirectRunner
64
options: {}
65
+ updates:
66
+ timeoutSeconds: 240
67
metrics:
68
enabled: false
69
type: statsd
@@ -77,6 +79,7 @@ application.yaml:
77
79
spring:
78
80
jpa:
81
properties.hibernate.format_sql: true
82
+ properties.hibernate.event.merge.entity_copy_observer: allow
83
hibernate.naming.physical-strategy=org.hibernate.boot.model.naming: PhysicalNamingStrategyStandardImpl
84
hibernate.ddl-auto: update
85
datasource:
0 commit comments