This commit is contained in:
mjallen18
2026-03-25 13:55:19 -05:00
parent 91ec603b62
commit 18e781d388
5 changed files with 106 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ in
output = [ "text" ];
};
limit = {
context = 262144;
output = 262144;
context = 131072;
output = 32768;
};
};
};