Skip to content

Commit

Permalink
SDKTECHNO-267: change SMT_MAX_INSTANCES_FETCHED to SUM_MAX_INSTANCES_…
Browse files Browse the repository at this point in the history
…FETCHED
  • Loading branch information
annelhomme committed Aug 28, 2024
1 parent 38bc716 commit 796c6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


# Workaround for platforms with too many instances
MAX_INSTANCES_FETCHED = os.environ.get("SMT_MAX_INSTANCES_FETCHED", 1000)
MAX_INSTANCES_FETCHED = os.environ.get("SUM_MAX_INSTANCES_FETCHED", 1000)


class SaagieUtils(object):
Expand Down

0 comments on commit 796c6ea

Please sign in to comment.