luci-app-ocserv: match default value of compression 1680/head
authorRaymond Tau <raymondtau@gmail.com>
Mon, 12 Mar 2018 18:15:22 +0000 (02:15 +0800)
committerRaymond Tau <raymondtau@gmail.com>
Mon, 12 Mar 2018 18:15:22 +0000 (02:15 +0800)
Modify the default setting of compression to match the default
value of the package ocserv.

Signed-off-by: Raymond Tau <raymondtau@gmail.com>
applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua

index 74edaf4..396dedd 100644 (file)
@@ -86,7 +86,7 @@ pip.default = "1"
 
 local compr = s:taboption("general", Flag, "compression", translate("Enable compression"),
        translate("Enable compression"))
-compr.default = "1"
+compr.default = "0"
 
 local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"),
        translate("Enable UDP channel support; this must be enabled unless you know what you are doing"))