Skip to content

Commit 8cd68e6

Browse files
committed
performance: improve and cleanup netty + add some static route mapping
- Cleanup and improve performance of Netty - Router add static match for max of 6 static routes, after that it fallback to map
1 parent 3e69142 commit 8cd68e6

File tree

11 files changed

+571
-106
lines changed

11 files changed

+571
-106
lines changed

jooby/src/main/java/io/jooby/Jooby.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ private Server loadServer() {
10791079

10801080
this.startingCallbacks = fire(this.startingCallbacks);
10811081

1082-
router.start(this);
1082+
router.start(this, server);
10831083

10841084
return this;
10851085
}

0 commit comments

Comments
 (0)