From a5837a2014396cc330573c9d0b76863cf5651e07 Mon Sep 17 00:00:00 2001 From: Bard Date: Sun, 18 Jun 2023 12:08:22 +0800 Subject: [PATCH] luci-app-alist: fix 5339eca --- luci-app-alist/luasrc/model/cbi/alist/basic.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/luci-app-alist/luasrc/model/cbi/alist/basic.lua b/luci-app-alist/luasrc/model/cbi/alist/basic.lua index 690526b..d9eea59 100644 --- a/luci-app-alist/luasrc/model/cbi/alist/basic.lua +++ b/luci-app-alist/luasrc/model/cbi/alist/basic.lua @@ -36,7 +36,6 @@ o.rmempty = false o = s:option(Value, "site_url", translate("Site URL"), translate("When the web is reverse proxied to a subdirectory, this option must be filled out to ensure proper functioning of the web. Do not include '/' at the end of the URL")) o.datatype = "string" -o.rmempty = false o = s:option(Value, "max_connections", translate("Max Connections"), translate("0 is unlimited, It is recommend to set a low number of concurrency (10-20) for poor performance device")) o.datatype = "and(uinteger,min(0))"