|
@@ -1053,8 +1053,12 @@ register("enhancers.use-zstd", default=False, flags=FLAG_AUTOMATOR_MODIFIABLE)
|
|
|
register("eventattachments.store-blobs.projects", default=[], flags=FLAG_AUTOMATOR_MODIFIABLE)
|
|
|
# Percentage sample rate for `EventAttachment`s that should use direct blob storage.
|
|
|
register("eventattachments.store-blobs.sample-rate", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
|
|
|
+
|
|
|
# Percentage sample rate for "small" `EventAttachment`s to be stored inline.
|
|
|
register("eventattachments.store-small-inline", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
|
|
|
+# Percentage rollout rate to avoid sending `attachment_chunk`s for small indvidual attachments.
|
|
|
+register("relay.inline-attachments.rollout-rate", default=0.0, flags=FLAG_AUTOMATOR_MODIFIABLE)
|
|
|
+
|
|
|
|
|
|
# All Relay options (statically authenticated Relays can be registered here)
|
|
|
register("relay.static_auth", default={}, flags=FLAG_NOSTORE)
|