Skip to content

Commit

Permalink
correct typo. Fixes payara#2714
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecroft committed May 10, 2018
1 parent 7c6ea35 commit 6031c79
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1761,7 +1761,7 @@ private void configureThreads() {
}

if (this.minHttpThreads != Integer.MIN_VALUE) {
preBootCommands.add(new BootCommand("set", "configs.config.server-config..thread-pools.thread-pool.http-thread-pool.min-thread-pool-size=" + minHttpThreads));
preBootCommands.add(new BootCommand("set", "configs.config.server-config.thread-pools.thread-pool.http-thread-pool.min-thread-pool-size=" + minHttpThreads));
}
}

Expand Down

0 comments on commit 6031c79

Please sign in to comment.