mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-09 15:43:51 -04:00
Currently, the bandwidth limit input fields have no step defined, and as such they use the default value of "1". Taking into account the fact that these fields use KiB as their measurements, it makes more sense to use larger steps, such as "1024" (1 MiB), as in most cases, it is very unlikely that the user needs to have byte-level control over the limits. Note that these steps only apply to increasing the values by using the arrow keys, and the user is still allowed to input any value they want manually. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com> Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>