use shorter folder names
reduces the risk of too long file names
This commit is contained in:
@@ -121,7 +121,7 @@ public class Tags {
|
||||
|
||||
public String abbreviatedRepresentation() {
|
||||
final StringBuilder result = new StringBuilder();
|
||||
final int maxLength = 200;
|
||||
final int maxLength = 100;
|
||||
|
||||
final SortedSet<String> keys = new TreeSet<>(tags.keySet());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user