Skip to content

Commit

Permalink
Warning admonition still making a code block for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Jul 24, 2024
1 parent cee54af commit 2653e19
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/config/segment_displays.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ persist player variables (e.g. score) without having to continually push updates

!!! warning "Can cause memory bloat"

Using the "stack" method for updates will create a new event subscriber for each entry, so misusing the segment_display_player and sending manual updates will cause
hundreds or thousands of subscribers to be created, which can cause lag and memory issues.
Using the "stack" method for updates will create a new event subscriber for each entry, so misusing the segment_display_player and sending manual updates will cause
hundreds or thousands of subscribers to be created, which can cause lag and memory issues.

In a future release of MPF **"replace" will become the default setting** because it is more aligned with how most people implement their segment_display_player.
In a future release of MPF **"replace" will become the default setting** because it is more aligned with how most people implement their segment_display_player.

If you know what you're doing and want to use "stack", you should set it explicitly in your config to prevent errors when the default changes to "replace".
If you know what you're doing and want to use "stack", you should set it explicitly in your config to prevent errors when the default changes to "replace".

If you are unsure or don't know which to use, use "replace".
If you are unsure or don't know which to use, use "replace".

### use_dots_for_commas:

Expand Down

0 comments on commit 2653e19

Please sign in to comment.