Skip to content

Commit

Permalink
feat: upgrade frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Jul 5, 2023
1 parent e45b1c3 commit e2f6cb5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions ckconfig/profiles_fake.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<distributed_ddl_task_timeout>15</distributed_ddl_task_timeout>
<joined_subquery_requires_alias>0</joined_subquery_requires_alias>
<max_bytes_before_external_group_by>8589934592000</max_bytes_before_external_group_by>
<max_execution_time>300</max_execution_time>
<max_memory_usage>17179869184000</max_memory_usage>
<max_memory_usage_for_all_queries>25769803776000</max_memory_usage_for_all_queries>
<max_query_size>1073741824</max_query_size>
Expand Down
1 change: 1 addition & 0 deletions ckconfig/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<distributed_ddl_task_timeout>15</distributed_ddl_task_timeout>
<joined_subquery_requires_alias>0</joined_subquery_requires_alias>
<max_bytes_before_external_group_by>261644000000</max_bytes_before_external_group_by>
<max_execution_time>300</max_execution_time>
<max_memory_usage>523288000000</max_memory_usage>
<max_memory_usage_for_all_queries>784932000000</max_memory_usage_for_all_queries>
<max_partitions_insert_block>500</max_partitions_insert_block>
Expand Down
2 changes: 1 addition & 1 deletion frontend
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
github.com/thoas/go-funk v0.9.2 // indirect
github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect
github.com/ugorji/go/codec v1.1.13 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,6 @@ github.com/swaggo/gin-swagger v1.3.0/go.mod h1:oy1BRA6WvgtCp848lhxce7BnWH4C8Bxa0
github.com/swaggo/swag v1.5.1/go.mod h1:1Bl9F/ZBpVWh22nY0zmYyASPO1lI/zIwRDrpZU+tv8Y=
github.com/swaggo/swag v1.7.1 h1:gY9ZakXlNWg/i/v5bQBic7VMZ4teq4m89lpiao74p/s=
github.com/swaggo/swag v1.7.1/go.mod h1:gAiHxNTb9cIpNmA/VEGUP+CyZMCP/EW7mdtc8Bny+p8=
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c h1:+aPplBwWcHBo6q9xrfWdMrT9o4kltkmmvpemgIjep/8=
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c/go.mod h1:SbErYREK7xXdsRiigaQiQkI9McGRzYMvlKYaP3Nimdk=
github.com/tebeka/strftime v0.1.3 h1:5HQXOqWKYRFfNyBMNVc9z5+QzuBtIXy03psIhtdJYto=
github.com/tebeka/strftime v0.1.3/go.mod h1:7wJm3dZlpr4l/oVK0t1HYIc4rMzQ2XJlOMIUJUJH6XQ=
github.com/thoas/go-funk v0.9.2 h1:oKlNYv0AY5nyf9g+/GhMgS/UO2ces0QRdPKwkhY3VCk=
Expand Down

0 comments on commit e2f6cb5

Please sign in to comment.