-
I know there is Yes, I can change the number to something really high and hope for the best, but sometimes I really don't want this flag at all. Is this possible? Programmatically is fine since I'm planning to make this into a mapping anyway. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @star-szr, I made the choice to prevent that option from being disabled because the performance of the log buffer isn't great with thousands of commits. So, to prevent users from having a Bad Time™️, I figured that it wouldn't be a big issue to just add a default. Out of curiosity, if you set the value to something like |
Beta Was this translation helpful? Give feedback.
Hey @star-szr,
I made the choice to prevent that option from being disabled because the performance of the log buffer isn't great with thousands of commits. So, to prevent users from having a Bad Time™️, I figured that it wouldn't be a big issue to just add a default.
Out of curiosity, if you set the value to something like
10,000
, is the buffer performant enough to navigate in?