processes params length thuncation fix

This commit is contained in:
Sebastian Hildebrandt
2022-12-22 10:56:06 +01:00
parent b1c2497cfc
commit b19fa0087c
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ function parseHead(head, rights) {
space = head[i] === ' ';
}
}
to = 2000;
to = 5000;
result.push({
from: from,
to: to,