Skip to content

Commit

Permalink
set the correct setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 19, 2024
1 parent 6efff38 commit 1239d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ApplicationSettings(BaseApplicationSettings, MixinLoggingSettings):
)

DIRECTOR_REGISTRY_CLIENT_MAX_CONCURRENT_CALLS: PositiveInt = 20
DIRECTOR_REGISTRY_MAX_NUMBER_OF_RETRIEVED_OBJECTS: PositiveInt = 200
DIRECTOR_REGISTRY_CLIENT_MAX_NUMBER_OF_RETRIEVED_OBJECTS: PositiveInt = 30

@validator("DIRECTOR_GENERIC_RESOURCE_PLACEMENT_CONSTRAINTS_SUBSTITUTIONS")
@classmethod
Expand Down

0 comments on commit 1239d66

Please sign in to comment.