Skip to content

Commit 759d62b

Browse files
committed
fixed: #17
Signed-off-by: AnJia <[email protected]>
1 parent 2268112 commit 759d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/templates/ServiceWorker.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class [[${ServiceName}]]ServiceWorker extends Worker {
3737
this.unidbgProperties = unidbgProperties;
3838
this.[(${#strings.toLowerCase(#strings.substring(ServiceName,0,1))})][(${#strings.substring(ServiceName,1)})]Service = new [[${ServiceName}]]Service(unidbgProperties);
3939
pool = WorkerPoolFactory.create((pool) ->
40-
new MeiTuanServiceWorker(unidbgProperties.isDynarmic(), unidbgProperties.isVerbose(),pool),
40+
new [[${ServiceName}]]ServiceWorker(unidbgProperties.isDynarmic(), unidbgProperties.isVerbose(),pool),
4141
Math.max(poolSize, 4));
4242
log.info("线程池为:{}", Math.max(poolSize, 4));
4343
}

0 commit comments

Comments
 (0)