Skip to content

Commit

Permalink
Change memcache(d) minimum server port to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Dec 29, 2019
1 parent 2660e15 commit 395d4ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
label="COM_CONFIG_FIELD_MEMCACHE_PORT_LABEL"
description="COM_CONFIG_FIELD_MEMCACHE_PORT_DESC"
showon="cache_handler:memcache"
min="1"
min="0"
max="65535"
default="11211"
filter="integer"
Expand Down Expand Up @@ -121,7 +121,7 @@
label="COM_CONFIG_FIELD_MEMCACHE_PORT_LABEL"
description="COM_CONFIG_FIELD_MEMCACHE_PORT_DESC"
showon="cache_handler:memcached"
min="1"
min="0"
max="65535"
default="11211"
filter="integer"
Expand Down

0 comments on commit 395d4ae

Please sign in to comment.