Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
theweakgod committed Jan 29, 2024
1 parent a56f254 commit 620c52d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 563 deletions.
4 changes: 0 additions & 4 deletions apisix/schema_def.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ local health_checker = {
enum = {"http", "https", "tcp"},
default = "http"
},
body_match_str = {
type = "string",
default = ""
},
timeout = {type = "number", default = 1},
concurrency = {type = "integer", default = 10},
host = host_def,
Expand Down
Loading

0 comments on commit 620c52d

Please sign in to comment.