decrease mesh gen weight
This commit is contained in:
@@ -79,7 +79,7 @@ public class RenderGenerationService {
|
|||||||
return new Pair<>(() -> {
|
return new Pair<>(() -> {
|
||||||
this.processJob(factory, seenMissed);
|
this.processJob(factory, seenMissed);
|
||||||
}, factory::free);
|
}, factory::free);
|
||||||
}, 100, "Section mesh generation service");
|
}, 10, "Section mesh generation service");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setResultConsumer(Consumer<BuiltSection> consumer) {
|
public void setResultConsumer(Consumer<BuiltSection> consumer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user