Added some more info to Config

This commit is contained in:
szymon 2020-11-30 10:32:58 +01:00
parent 3b522e2881
commit 5d7aaf1938

View File

@ -71,7 +71,8 @@ public class ConfigHandler {
@Comment("\nCompression level \n0 - 9\n Only affects zip compression.\n")
public int compression = 7;
@Comment("\nLimit how many cores can be used for compression.\n")
@Comment("\nLimit how many cores can be used for compression.\n" +
"0 means that all available cores will be used\n")
public int compressionCoreCountLimit = 0;
@Comment(value = "\nAvailable formats are:\n" +