Skip to content

Commit

Permalink
ADAPT1-1599 | removed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
aadit-chugh committed Jul 2, 2024
1 parent e678a04 commit 833d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/src/main/scala/hydra.ingest/app/AppConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object AppConfig {
.as[String]
.default("http://localhost:8081"),
env("HYDRA_MAX_SCHEMAS_PER_SUBJECT").as[Int].default(1000),
env("HYDRA_SCHEMA_REGISTRY_RETRIES").as[Int].default(5),
env("HYDRA_SCHEMA_REGISTRY_RETRIES").as[Int].default(3),
env("HYDRA_SCHEMA_REGISTRY_RETRIES_DELAY").as[FiniteDuration].default(500.milliseconds)
).parMapN(SchemaRegistryConfig)

Expand Down

0 comments on commit 833d3ca

Please sign in to comment.