File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ pub async fn main() -> std::io::Result<()> {
165
165
. into_utoipa_app ( )
166
166
. openapi ( ApiDoc :: openapi ( ) )
167
167
. app_data ( json_cfg. clone ( ) )
168
- . app_data ( PayloadConfig :: new ( 134200000 ) )
168
+ . app_data ( PayloadConfig :: new ( 1073741824 ) )
169
169
. app_data ( web:: Data :: new ( jinja_env) )
170
170
. app_data ( web:: Data :: new ( redis_pool. clone ( ) ) )
171
171
. app_data ( web:: Data :: new ( clickhouse_client. clone ( ) ) )
Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ pub fn main() -> std::io::Result<()> {
960
960
. wrap (
961
961
Cors :: permissive ( )
962
962
)
963
- . app_data ( PayloadConfig :: new ( 134200000 ) )
963
+ . app_data ( PayloadConfig :: new ( 1073741824 ) )
964
964
. wrap (
965
965
// Set up logger, but avoid logging hot status endpoints
966
966
Logger :: new ( "%r %s %b %{Referer}i %{User-Agent}i %T %{TR-Dataset}i" )
You can’t perform that action at this time.
0 commit comments