Skip to content

Commit

Permalink
ref: Remove unused nodestore-sample-rate option (#14834)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara authored Sep 26, 2019
1 parent 72ae72d commit 37d6b90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@
register("store.normalize-after-processing", default=0.0) # unused
register("store.disable-trim-in-renormalization", default=0.0) # unused

# Percent ingested events with duplicate checking from nodestore instead of events table
register("store.nodestore-sample-rate", default=0.0, flags=FLAG_PRIORITIZE_DISK)

# Post Process Error Hook Sampling
register("post-process.use-error-hook-sampling", default=False) # unused
# From 0.0 to 1.0: Randomly enqueue process_resource_change task
Expand Down

0 comments on commit 37d6b90

Please sign in to comment.