Use Agunua size limits
Agunua has limits for the size of a resource and for the number of lines parsed in a gemtext. We should use these limits, following new configuration parameters.
-
maxlines
: if it is text, maximum number of lines retrieved. Set to None if you don't want a limit -
maxsize
: maximum size in bytes to retrieve. Set to None if you don't want a limit