Skip to content

Commit

Permalink
chore(similarity): Remove unused EA record delete project option (#76333
Browse files Browse the repository at this point in the history
)

Remove the project option in sentry
  • Loading branch information
jangjodi committed Aug 26, 2024
1 parent b5b0f8f commit 063fb43
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2708,11 +2708,6 @@
default=False,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)
register(
"similarity.delete_task_EA_rollout_percentage",
default=20,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)
register(
"delayed_processing.batch_size",
default=10000,
Expand Down

0 comments on commit 063fb43

Please sign in to comment.