Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.22k stars 1.05k forks source link

Make migration thread count counfigurable #19794

Open gally47 opened 1 week ago

gally47 commented 1 week ago

Motivation and Context

fixes https://github.com/Graylog2/graylog2-server/issues/19792

Screenshots (if appropriate):

Screenshot 2024-07-01 at 19 04 09

Types of changes

Checklist:

gally47 commented 9 hours ago

Works in general. Thank you for adding. However, I cannot remove the value in the input field using the keyboard/mouse, I can only add to it. Also, one small textual change.

@moesterheld the value is not supposed to be removed you can only replace the default value (4) with any positive integer.

moesterheld commented 8 hours ago

Works in general. Thank you for adding. However, I cannot remove the value in the input field using the keyboard/mouse, I can only add to it. Also, one small textual change.

@moesterheld the value is not supposed to be removed you can only replace the default value (4) with any positive integer.

yep. never mind, I retried it and it behaves consistently with all other numeric input fields in Graylog. I wanted to double click the input and write another value into it, however it didn't select the value so I could directly replace it. Also, backspace won't work, which feels a little weird. I think the behavior of the numeric input could be improved in general, but it's ok for now.