You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
764 B
15 lines
764 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>flanchan@cumallover.me</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="compress-chain">Compress chain when saving/loading</flag>
|
|
<flag name="split-newlines">Treat each new line as a new set to feed</flag>
|
|
<flag name="api">Enable /api route</flag>
|
|
<flag name="split-sentance">Use sentance split by default (not recommended)</flag>
|
|
<flag name="always-aggregate">Always operate on aggregated request body (can speed up writes at the cost of memory)</flag>
|
|
<flag name="hog-buffer">Acquire chain mutex write lock while streaming body (can speed up writes, but can also allow for DoS)</flag></use>
|
|
</pkgmetadata>
|