aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/aggregate_generates_long_filenames.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-17 13:20:29 -0400
committerJoey Hess <joey@kitenet.net>2010-11-17 13:20:29 -0400
commita4cb86d73327e7850eeb524ef387b17ac5e1614d (patch)
treeff4ec0f279bc3b061949cb3ef92baad5fb27cf58 /doc/bugs/aggregate_generates_long_filenames.mdwn
parentc02f9d224cb78a3ad880cb749ef4a11eadfad79a (diff)
downloadikiwiki-a4cb86d73327e7850eeb524ef387b17ac5e1614d.tar
ikiwiki-a4cb86d73327e7850eeb524ef387b17ac5e1614d.tar.gz
response
Diffstat (limited to 'doc/bugs/aggregate_generates_long_filenames.mdwn')
-rw-r--r--doc/bugs/aggregate_generates_long_filenames.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn
index 33e7b743b..fae8333ab 100644
--- a/doc/bugs/aggregate_generates_long_filenames.mdwn
+++ b/doc/bugs/aggregate_generates_long_filenames.mdwn
@@ -32,3 +32,6 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi
>> I don't fully grok the aggregate source yet, but I wouldn't rule out
>> a bug in the path length checking, personally. I'm happy to try and
>> find it myself though :) -- [[Jon]]
+
+>>> Path length seems unlikely, since the max is 4096 there.
+>>> --[[Joey]]