Commit b4359dbb authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Actually, the maximum depends on vsl_buffer

Pointed out by phk@.
parent c09b18b3
......@@ -915,7 +915,7 @@ PARAM(
/* name */ shm_reclen,
/* typ */ vsl_reclen,
/* min */ "16b",
/* max */ "65535",
/* max */ NULL,
/* default */ "255b",
/* units */ "bytes",
/* flags */ 0,
......@@ -1375,7 +1375,7 @@ PARAM(
/* name */ vsl_reclen,
/* typ */ vsl_reclen,
/* min */ "16b",
/* max */ "65535",
/* max */ NULL,
/* default */ "255b",
/* units */ "bytes",
/* flags */ 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment