Skip to content

Commit e0a8256

Browse files
remove max timeout limit in schema
1 parent 1561ab6 commit e0a8256

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apisix/plugins/ai-proxy/schema.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ _M.ai_proxy_schema = {
139139
timeout = {
140140
type = "integer",
141141
minimum = 1,
142-
maximum = 60000,
143142
default = 30000,
144143
description = "timeout in milliseconds",
145144
},
@@ -196,7 +195,6 @@ _M.ai_proxy_multi_schema = {
196195
timeout = {
197196
type = "integer",
198197
minimum = 1,
199-
maximum = 60000,
200198
default = 30000,
201199
description = "timeout in milliseconds",
202200
},

0 commit comments

Comments
 (0)