Skip to content

Commit 60ff2f4

Browse files
committed
godzilla
1 parent 1ec5b75 commit 60ff2f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

godzilla.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ const (
99
GODZILLA
1010
Listening on %s`
1111
)
12+
13+
const (
14+
defaultCacheSize = 1000
15+
16+
defaultConcurrency = 256 * 1024
17+
18+
defaultMaxRequestBodySize = 4 * 1024 * 1024
19+
20+
defaultMaxRouteParams = 1024
21+
22+
defaultMaxRequestURLLength = 2048
23+
)

0 commit comments

Comments
 (0)