Aleksandr Klimov

Results 7 comments of Aleksandr Klimov

@zeffd That might be the default streaming request size of `zio-http` server (100 KB). You can change it via `Server.Config` (see [here](https://github.com/zio/zio-http/blob/eea2a6bdb59d65ee72d6a16880155816232046f5/zio-http/src/main/scala/zio/http/Server.scala#L154))

Also, would be great for this PR to gain some traction as this is a much needed feature :)

Has this been already implemented in another PR?

> @adamw Is there anything blocking for this to be merged? The underlying bugs are resolved and we are waiting for this fix. Thanks! I'm guessing it's the [same reason](https://github.com/softwaremill/tapir/pull/3876#issuecomment-2295577209)

Are "per query" transaction isolation levels not coming at all in the foreseeable future? 😞 Should I use [what scf37 suggested](https://github.com/zio/zio-quill/issues/29#issuecomment-560162692)?

@adamw is there any progress with this? 🤔 Tried to figure it out myself, but there's just too much code.

> @alexander-klimov @geeeezmo AFAIK Tapir is waiting for the next release of ZIO HTTP including [this PR](https://github.com/zio/zio-http/pull/2978) to fix the CI failure. Ah, cool, got it. Waiting for probably the...