| 714 | * @category fiber refs |
| 715 | */ |
| 716 | export class MaxFieldSize extends Context.Reference<MaxFieldSize>()("@effect/platform/Multipart/MaxFieldSize", { |
| 717 | defaultValue: constant(FileSystem.Size(10 * 1024 * 1024)) |
| 718 | }) {} |
| 719 | |
| 720 | /** |
| 721 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…