mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
Currently, the input field has no step defined, meaning that it can be increased with the arrow keys by the default value of "1". Considering the fact that the default value is "3600" (seconds or one hour), it is unlikely that the user wants to change it with such minimal steps. For this reason, change the default step to "3600" (one hour). If the user needs more granual control, they can still input the value in seconds manually. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com> Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>