commit | 3ea22a71b65b6743a53e286ff4991a06b9d2597c | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 16 11:02:57 2016 +0100 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 16 11:02:57 2016 +0100 |
tree | a2dc297b25132f5ac1e449dd4b0e7d4322627c4b | |
parent | 688ea0e5a0e2278e2fcd0014324ab1ba68e70ad7 [diff] |
ovl: allow setting max size of redirect Add a module option to allow tuning the max size of absolute redirects. Default is 256. Size of relative redirects is naturally limited by the the underlying filesystem's max filename length (usually 255). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>