# storyHttpLimits

Source: /tuil/docs/reference/packages/story/api/story-http-limits
Locale: en

constant exported by @mwillbanks/tuil-story.



{/* Generated by tooling/docs/generate-reference.ts. */}

## constant [#constant]

Public constant exported by `@mwillbanks/tuil-story`.

```ts
export const storyHttpLimits: Readonly<{ maxBodyBytes: 65536; maxArgsBytes: 32768; maxArgsEntries: 100; maxArgsDepth: 8; maxArrayLength: 100; maxStringLength: 8192; maxIdentifierLength: 128; maxInputs: 100; maxInputLength: 1024; minWidth: 20; maxWidth: 500; minHeight: 1; maxHeight: 200; defaultTimeoutMs: 5000; maxTimeoutMs: 60000; }>;
```

## Members [#members]

This declaration has no public members.

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/story/src/index.tsx)

## Package [#package]

[@mwillbanks/tuil-story](/tuil/docs/reference/packages/story)
