Making short deviceID length consistent and referencing to protocol file for future-proof edits. Closes #9313.
This commit is contained in:
@@ -14,7 +14,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DeviceIDLength = 32
|
||||
DeviceIDLength = 32
|
||||
// keep consistent with shortIDStringLength in gui/default/syncthing/app.js
|
||||
ShortIDStringLength = 7
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user