Skip to content

Commit

Permalink
Fix ApiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
marychatte committed Dec 19, 2022
1 parent 32a220e commit 2736113
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ public class io/ktor/server/engine/ApplicationEngine$Configuration {
public fun <init> ()V
public final fun getCallGroupSize ()I
public final fun getConnectionGroupSize ()I
public final fun getGracePeriodMillis ()J
public final fun getParallelism ()I
public final fun getTimeoutMillis ()J
public final fun getWorkerGroupSize ()I
public final fun setCallGroupSize (I)V
public final fun setConnectionGroupSize (I)V
public final fun setGracePeriodMillis (J)V
public final fun setTimeoutMillis (J)V
public final fun setWorkerGroupSize (I)V
}

Expand Down

0 comments on commit 2736113

Please sign in to comment.