Skip to content

Commit

Permalink
perf; change distributed_ddl_task_timeout 15 => 60
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Mar 19, 2024
1 parent 7517874 commit 37d8026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckconfig/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func profiles(userProfiles []model.Profile, info HostInfo) map[string]interface{
defaultProfile["max_query_size"] = 1073741824
defaultProfile["distributed_aggregation_memory_efficient"] = 1
defaultProfile["joined_subquery_requires_alias"] = 0
defaultProfile["distributed_ddl_task_timeout"] = 15
defaultProfile["distributed_ddl_task_timeout"] = 60
defaultProfile["allow_drop_detached"] = 1
defaultProfile["use_uncompressed_cache"] = 0
defaultProfile["max_execution_time"] = 3600 // 1 hour
Expand Down

0 comments on commit 37d8026

Please sign in to comment.