package ninja.bytecode.iris; import lombok.Data; @Data public class IrisSettings { private int threads = 16; }