Fix cluster_id length check in startup.py#700
Fix cluster_id length check in startup.py#700MKoesters wants to merge 2 commits intoBiBiServ:masterfrom
Conversation
MAX_ID_LENGTH suggests a maximum length, not a static length. I adapted the condition accordingly
|
Good catch. At the beginning I planned to set it only as a maximum. Later I thought that it might be wise to not allow shorter cluster ids to make it less likely to have two clusters with the same id. However, this is not a fix. A fix is to perform a changing |
I'll have a look at this |
MAX_ID_LENGTH suggests a maximum length, not a static length. I adapted the condition accordingly