Skip to content

Commit 868ea54

Browse files
authored
Remove duplicate comment
1 parent f1840c6 commit 868ea54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/config/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,6 @@ def sentry_before_send(event, hint):
13561356
# The maximum number of active jobs for an algorithm
13571357
os.environ.get("ALGORITHMS_MAX_ACTIVE_JOBS_PER_ALGORITHM", "16")
13581358
)
1359-
# The maximum number of active jobs for a user
13601359
ALGORITHMS_MAX_ACTIVE_JOBS_PER_USER = int(
13611360
# The maximum number of active jobs for a user
13621361
os.environ.get("ALGORITHMS_MAX_ACTIVE_JOBS_PER_USER", "16")

0 commit comments

Comments
 (0)